uber / nanoscope-art

Apache License 2.0
49 stars 13 forks source link

Add make-release and test-release targets, Add version info #12

Closed Leland-Takamine closed 6 years ago

Leland-Takamine commented 6 years ago

Builds add a new property to indicate the current ROM version. The version is defined by the contents of version.txt.

Get ROM version

$ adb shell getprop ro.build.nanoscope
0.1.5

Make release zip

# Creates zip at out/nanoscope-rom-<version>.zip
mm make-release

Test release zip

# Builds and flashes release zip, then prints out current version queried from device
mm test-release