forked from openkylin/platform_build
am 03474237: Merge change 4054 into donut
Merge commit '0347423753fb5d7207aa1ea93a8429f59468eb41' * commit '0347423753fb5d7207aa1ea93a8429f59468eb41': build 'updater' binary for use in OTA packages Add VpnServices to PRODUCT_PACKAGES.
This commit is contained in:
commit
622a564e8f
|
@ -845,7 +845,8 @@ endef
|
|||
|
||||
built_ota_tools := \
|
||||
$(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \
|
||||
$(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq
|
||||
$(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \
|
||||
$(call intermediates-dir-for,EXECUTABLES,updater)/updater
|
||||
$(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools)
|
||||
|
||||
# Depending on the various images guarantees that the underlying
|
||||
|
|
|
@ -22,6 +22,7 @@ PRODUCT_PACKAGES := \
|
|||
SettingsProvider \
|
||||
TelephonyProvider \
|
||||
TtsService \
|
||||
VpnServices \
|
||||
UserDictionaryProvider \
|
||||
PackageInstaller \
|
||||
WebSearchProvider \
|
||||
|
|
Loading…
Reference in New Issue