From 36a58d0a60a3725e80c0c3ce01b1d02509be1fc2 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Thu, 13 Nov 2014 17:52:25 -0600 Subject: Add some simple files Signed-off-by: Nishanth Menon --- 720p_touchscreen.idc | 1 + full_beaglex15.mk | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 720p_touchscreen.idc diff --git a/720p_touchscreen.idc b/720p_touchscreen.idc new file mode 100644 index 0000000..2df37ae --- /dev/null +++ b/720p_touchscreen.idc @@ -0,0 +1 @@ +touch.deviceType = touchScreen diff --git a/full_beaglex15.mk b/full_beaglex15.mk index b3e223a..71e0633 100644 --- a/full_beaglex15.mk +++ b/full_beaglex15.mk @@ -21,6 +21,12 @@ # lines, full and toro, hence its name. # +PRODUCT_COPY_FILES := \ + frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ + frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ + device/ti/beaglex15/720p_touchscreen.idc:system/usr/idc/720p_touchscreen.idc + # Inherit from those products. Most specific first. $(call inherit-product, device/ti/beaglex15/device.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) -- cgit v1.2.3-54-g00ecf