Merge "Add a dist goal for the NDK."
This commit is contained in:
commit
e5d1926c61
1 changed files with 9 additions and 0 deletions
|
@ -2029,6 +2029,15 @@ ifneq ($(filter $(MAKECMDGOALS),target-files-package),)
|
|||
$(call dist-for-goals, target-files-package, $(BUILT_TARGET_FILES_PACKAGE))
|
||||
endif
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# NDK Sysroot Package
|
||||
NDK_SYSROOT_TARGET := $(PRODUCT_OUT)/ndk_sysroot.tar.bz2
|
||||
$(NDK_SYSROOT_TARGET): ndk
|
||||
@echo Package NDK sysroot...
|
||||
$(hide) tar cjf $@ -C $(SOONG_OUT_DIR) ndk
|
||||
|
||||
$(call dist-for-goals,sdk,$(NDK_SYSROOT_TARGET))
|
||||
|
||||
ifeq ($(build_ota_package),true)
|
||||
# -----------------------------------------------------------------
|
||||
# OTA update package
|
||||
|
|
Loading…
Reference in a new issue