Skip to content

mission-impossible-android/android_external_helper_cmupdaterincremental

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

android_external_helper_cmupdaterincremental

Utility makefile for building incremental updates (for CMUpdater) so one doesn't have to duplicate the parameters for ota_from_targetfiles.

Usage:

brunch deviceid

# Run the following commands for each targetfiles package you want
# to build an incremental update (to the currently built rom):

export INCREMENTAL_SOURCE_BUILD_ID=f1785074ab
export INCREMENTAL_SOURCE_TARGETFILES_ZIP=path/to/cm_deviceid-target_files-$INCREMENTAL_SOURCE_BUILD_ID.zip

# (optional) export OTA_FROM_TARGET_SCRIPT_EXTRA_OPTS=(anything you want)

make ONE_SHOT_MAKEFILE=external/helper_cmupdaterincremental/build.mk cmupdaterincremental

About

Utility makefile for building incremental updates (for CMUpdater) so one doesn't have to duplicate the parameters for ota_from_targetfiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%