You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
359 B
10 lines
359 B
PRODUCT_PACKAGES += \
|
|
virtualkeypad \
|
|
virtualkeypad.rc
|
|
|
|
KEYPAD_SOURCE_PATH := $(SOC_PLATFORM_PATH)/modules/virtualkeypad/source
|
|
|
|
VIRTUALKEYPAD_FILE ?= $(KEYPAD_SOURCE_PATH)/etc/input/key_pad_$(CHIP_VERSION).xml
|
|
#input xml config
|
|
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists, \
|
|
$(VIRTUALKEYPAD_FILE):odm/atv/etc/key_pad.xml)
|