summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2017-10-17 02:26:29 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2017-10-20 04:43:16 (GMT)
commit809c9eaf74f3cc23621aaa0b7d09e9e22222caa6 (patch)
treec8378ea5458ef78fc4b1af79dfa1c891312894b2
parente4bb87e9a1555aa8588b2c15bdb4600732ebc262 (diff)
downloadamlogic-o-809c9eaf74f3cc23621aaa0b7d09e9e22222caa6.zip
amlogic-o-809c9eaf74f3cc23621aaa0b7d09e9e22222caa6.tar.gz
amlogic-o-809c9eaf74f3cc23621aaa0b7d09e9e22222caa6.tar.bz2
device: change for sdk compile [1/2]
PD# 152614 change for sdk compile Change-Id: I5d5490d4f5db0eb41c377281067ba2871717e0bb
Diffstat
-rw-r--r--common/core_amlogic.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/core_amlogic.mk b/common/core_amlogic.mk
index 3bf0de1..9e4b45e 100644
--- a/common/core_amlogic.mk
+++ b/common/core_amlogic.mk
@@ -8,6 +8,15 @@ $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
# Get a list of languages.
$(call inherit-product, build/target/product/locales_full.mk)
+# Define the host tools and libs that are parts of the SDK.
+ifneq ($(filter sdk win_sdk sdk_addon,$(MAKECMDGOALS)),)
+-include sdk/build/product_sdk.mk
+-include development/build/product_sdk.mk
+
+PRODUCT_PACKAGES += \
+ EmulatorSmokeTests
+endif
+
# Additional settings used in all AOSP builds
PRODUCT_PROPERTY_OVERRIDES += \
ro.com.android.dateformat=MM-dd-yyyy \