summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2022-12-12 21:15:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-12-12 21:15:51 +0000
commit59128ed70abd53730a611082a5133b8103209783 (patch)
tree25492e55abbf4cc2a0dba4845587499e83b7b31a
parent7823f64d216ae3aa125df4b04a014c3fa0218f78 (diff)
parentc0f403e30b660204f62b03c9dc61f0684510acac (diff)
downloadyukawa-59128ed70abd53730a611082a5133b8103209783.tar.gz
yukawa: Use TvFrameworkOverlay for Pairing request processing am: a5720fa791 am: c0f403e30b
Original change: https://android-review.googlesource.com/c/device/amlogic/yukawa/+/2346382 Change-Id: I0fe315fc58d76beb94442261239f6f50d9ac0923 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--device-common.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/device-common.mk b/device-common.mk
index 9056b17..6e429b4 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -22,6 +22,8 @@ ifeq ($(TARGET_USE_TABLET_LAUNCHER), true)
# Setup tablet build
$(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+# Packages to invoke RC pairing
+PRODUCT_PACKAGES += YukawaService YukawaAndroidOverlay
else
# Setup TV Build
USE_OEM_TV_APP := true
@@ -376,11 +378,10 @@ PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml
# Enable BT Pairing with button BTN_0 (key 256)
-PRODUCT_PACKAGES += YukawaService YukawaAndroidOverlay
+
PRODUCT_COPY_FILES += \
device/amlogic/yukawa/input/Vendor_0001_Product_0001.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Vendor_0001_Product_0001.kl
-
# Light HAL
PRODUCT_PACKAGES += \
android.hardware.light-service \