summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)