Merge "Adding a configuration file to support easel camera feature."

This commit is contained in:
TreeHugger Robot
2017-06-26 20:07:36 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -581,6 +581,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.sf.color_saturation=1.1
# Easel device feature
PRODUCT_COPY_FILES += \
device/google/wahoo/permissions/com.google.hardware.camera.easel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.google.hardware.camera.easel.xml
# Add minidebug info to the system server to support diagnosing native crashes.
ifneq (,$(filter user userdebug, $(TARGET_BUILD_VARIANT)))
# System server and some of its services.

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Feature for devices with hardware acceleration. -->
<permissions>
<feature name="com.google.hardware.camera.easel" />
</permissions>