diff options
| author | ElDainosor <eldainosor@gmail.com> | 2017-03-12 07:59:27 +0000 |
|---|---|---|
| committer | ElDainosor <eldainosor@gmail.com> | 2017-03-16 15:50:27 +0000 |
| commit | 5dc6955c01e0d09eff855d89e24996b5d04ea1b4 (patch) | |
| tree | eab3418c939d622a9e4ff90fecbaa951ca6851cc | |
| parent | 08adcfa03eb3501c159bc44683354d199628f84f (diff) | |
surnia: Set camera permissions device specific
This commit is a followup to the msm8916 commit.
This just enables right camera permission into the device.mk
Change-Id: If509d3407db3e30b29ab6e5d684df3f7c020ff22
| -rw-r--r-- | device.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/audio_platform_info.xml:system/etc/audio_platform_info.xml \ $(LOCAL_PATH)/audio/mixer_paths.xml:system/etc/mixer_paths.xml +# Camera +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml + # Media PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml \ |
