summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2016-10-05 16:26:06 -0500
committerVishal Mahaveer2016-10-05 16:30:55 -0500
commit7ff266857576eb20257650632132c6b38f5f4f5a (patch)
tree17dbc17bf029cd30750e3eee2f77975e1db378e3
parent094200c1ed55f8a0c6211853f476d8c26605eb9b (diff)
downloaddevice-ti-jacinto6evm-7ff266857576eb20257650632132c6b38f5f4f5a.tar.gz
device-ti-jacinto6evm-7ff266857576eb20257650632132c6b38f5f4f5a.tar.xz
device-ti-jacinto6evm-7ff266857576eb20257650632132c6b38f5f4f5a.zip
jacinto6evm: remove extra hardware feature
J6 EVM does not have a front camera, remove the corresponding hardware feature flag. Change-Id: I7cd833bf2573020bdccd4dad2cb238556f7d906a Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--device.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.mk b/device.mk
index 2879ba0..051ea68 100644
--- a/device.mk
+++ b/device.mk
@@ -45,8 +45,7 @@ PRODUCT_COPY_FILES := \
45 45
46# These are the hardware-specific features 46# These are the hardware-specific features
47PRODUCT_COPY_FILES += \ 47PRODUCT_COPY_FILES += \
48 frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \ 48 frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml
49 frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
50 49
51# Audio 50# Audio
52ifeq ($(APPE_AUDIO),true) 51ifeq ($(APPE_AUDIO),true)