summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-03-14 17:16:13 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-03-14 17:16:13 -0700
commit232ae824a40ad58078ca91e312cb32ce0f62422f (patch)
treee457e0c4ee007cf97192a2d0b5debcc9bcb8efc3
parentbb99ef5a41324d75eb43464c7716ccd10e70bd02 (diff)
downloadandroid_frameworks_opt_hardware-232ae824a40ad58078ca91e312cb32ce0f62422f.tar.gz
android_frameworks_opt_hardware-232ae824a40ad58078ca91e312cb32ce0f62422f.tar.bz2
android_frameworks_opt_hardware-232ae824a40ad58078ca91e312cb32ce0f62422f.zip
hardware: make sure to declare hardware as feature.stable/cm-13.0-ZNH2KBstable/cm-13.0-ZNH2K
Change-Id: I2aa61b6ebc8280786f2bcc9113ea1d399df83bf7
-rw-r--r--etc/org.cyanogenmod.hardware.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/org.cyanogenmod.hardware.xml b/etc/org.cyanogenmod.hardware.xml
index 9cb305e..4b1fa42 100644
--- a/etc/org.cyanogenmod.hardware.xml
+++ b/etc/org.cyanogenmod.hardware.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<permissions>
+ <feature name="org.cyanogenmod.hardware" />
<library name="org.cyanogenmod.hardware"
file="/system/framework/org.cyanogenmod.hardware.jar" />
</permissions>