summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-09-08 22:44:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-09-08 22:44:19 +0000
commit6aa653f021eec445afffb92521cc5925e9598fdb (patch)
treea7b0d6821495997855a9449c4440a2287a1c96c1
parentf5f88d5d2e1a1f29b6473a14e1599ef4abc25e7f (diff)
parentb1cb15b545b11e19c550e0745b5b75daccfde056 (diff)
downloadcar-6aa653f021eec445afffb92521cc5925e9598fdb.tar.gz
Merge "Enable sdk build flavor for AAOS emulator targets" into rvc-qpr-dev
-rw-r--r--emulator/aosp_car_emulator.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index 5bb2f6f..1fe1b32 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -23,3 +23,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
hwservicemanager.external.displays=1,1080,600,120,0 \
persist.service.bootanim.displays=8140900251843329
endif
+
+# Define the host tools and libs that are parts of the SDK.
+$(call inherit-product, sdk/build/product_sdk.mk)
+$(call inherit-product, development/build/product_sdk.mk)