diff options
author | Vishal Mahaveer | 2016-10-05 16:26:06 -0500 |
---|---|---|
committer | Vishal Mahaveer | 2016-10-05 16:30:55 -0500 |
commit | 7ff266857576eb20257650632132c6b38f5f4f5a (patch) | |
tree | 17dbc17bf029cd30750e3eee2f77975e1db378e3 | |
parent | 094200c1ed55f8a0c6211853f476d8c26605eb9b (diff) | |
download | device-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.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -45,8 +45,7 @@ PRODUCT_COPY_FILES := \ | |||
45 | 45 | ||
46 | # These are the hardware-specific features | 46 | # These are the hardware-specific features |
47 | PRODUCT_COPY_FILES += \ | 47 | PRODUCT_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 |
52 | ifeq ($(APPE_AUDIO),true) | 51 | ifeq ($(APPE_AUDIO),true) |