summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-09-08 23:35:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-08 23:35:02 +0000
commit65ee948f9076ad45b826a01f09c7d613c2aa1c46 (patch)
treef99e4cdc7e19ad91c93d184dc566c178e56ea584 /emulator/aosp_car_emulator.mk
parent0b495f175b2e8152ec2d1d089e97f41d9a3684ab (diff)
parentf9a8877eefdf9d56b6b0c766e1582a5790e80946 (diff)
downloadcar-65ee948f9076ad45b826a01f09c7d613c2aa1c46.tar.gz
Merge "Enable sdk build flavor for AAOS emulator targets" into rvc-qpr-dev am: 6aa653f021 am: f9a8877eef
Original change: https://googleplex-android-review.googlesource.com/c/device/generic/car/+/12505580 Change-Id: If5e43d4559a1a6a86399fb4b85d6e8fa5b43c213
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-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 41ea626..597f48e 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -27,3 +27,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
hwservicemanager.external.displays=1,400,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)