summaryrefslogtreecommitdiff
path: root/emulator/aosp_car_emulator.mk
diff options
context:
space:
mode:
authorSihu Song <sihusong@google.com>2023-03-15 00:22:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-15 00:22:22 +0000
commitc56cf08c3bf9a431be1d99359b340b670350856a (patch)
tree5d94964f63b29193c08cf814a95542dd5cc15d60 /emulator/aosp_car_emulator.mk
parentc42df021b6fc7dfed6b110faf36bd98a6c348477 (diff)
parent0db638f1d3bbf594da15f5abb92157a99733780c (diff)
downloadcar-c56cf08c3bf9a431be1d99359b340b670350856a.tar.gz
Enable Adaptive Brighness toggle button in Settings page am: c3629ba552 am: 0db638f1d3
Original change: https://googleplex-android-review.googlesource.com/c/device/generic/car/+/21989807 Change-Id: Ib0602ece7374149b68af9dd03309e1c157672d6c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'emulator/aosp_car_emulator.mk')
-rw-r--r--emulator/aosp_car_emulator.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulator/aosp_car_emulator.mk b/emulator/aosp_car_emulator.mk
index c99dc9f..85e18ac 100644
--- a/emulator/aosp_car_emulator.mk
+++ b/emulator/aosp_car_emulator.mk
@@ -21,6 +21,8 @@ ifeq (,$(ENABLE_REAR_VIEW_CAMERA_SAMPLE))
ENABLE_REAR_VIEW_CAMERA_SAMPLE:=true
endif
+PRODUCT_PACKAGE_OVERLAYS := device/generic/car/emulator/overlay
+
$(call inherit-product, device/generic/car/common/car.mk)
# This overrides device/generic/car/common/car.mk
$(call inherit-product, device/generic/car/emulator/audio/car_emulator_audio.mk)