Merge change 5545 into donut
* changes: remove updater from the user system image
This commit is contained in:
commit
d8f7c9b85e
1 changed files with 6 additions and 1 deletions
|
@ -7,10 +7,15 @@ updater_src_files := \
|
||||||
updater.c
|
updater.c
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build the device-side library
|
# Build a statically-linked binary to include in OTA packages
|
||||||
#
|
#
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
|
# Build only in eng, so we don't end up with a copy of this in /system
|
||||||
|
# on user builds. (TODO: find a better way to build device binaries
|
||||||
|
# needed only for OTA packages.)
|
||||||
|
LOCAL_MODULE_TAGS := eng
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(updater_src_files)
|
LOCAL_SRC_FILES := $(updater_src_files)
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := libapplypatch libedify libmtdutils libminzip libz
|
LOCAL_STATIC_LIBRARIES := libapplypatch libedify libmtdutils libminzip libz
|
||||||
|
|
Loading…
Reference in a new issue