mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Merge "Adding a configuration file to support easel camera feature."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f658b80c98
@@ -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.
|
||||
|
||||
5
permissions/com.google.hardware.camera.easel.xml
Normal file
5
permissions/com.google.hardware.camera.easel.xml
Normal 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>
|
||||
Reference in New Issue
Block a user