diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-07-25 14:38:54 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-07-25 22:45:33 +0000 |
commit | d7a94da476e9b783acf0673ed938cc3fc2cc6ba5 (patch) | |
tree | 5ccb769c5fa39a847a39523a98ad8ffbb8882013 /tests | |
parent | eb527ef7a651def56ab29c0595e75df76ea63e3b (diff) | |
download | frameworks_base-d7a94da476e9b783acf0673ed938cc3fc2cc6ba5.zip frameworks_base-d7a94da476e9b783acf0673ed938cc3fc2cc6ba5.tar.gz frameworks_base-d7a94da476e9b783acf0673ed938cc3fc2cc6ba5.tar.bz2 |
Have AEP GL feature depend on GLES 3.1 in badging
AAPT dump badging should output the uses-gl-es tag with
a version of 3.1 when android.hardware.opengles.aep is
declared as a feature.
Change-Id: I8affc6dad574c8303c6ba9810ad8e6e205ea9506
Diffstat (limited to 'tests')
-rw-r--r-- | tests/UsesFeature2Test/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/UsesFeature2Test/AndroidManifest.xml b/tests/UsesFeature2Test/AndroidManifest.xml index 724d186..6b6c4da 100644 --- a/tests/UsesFeature2Test/AndroidManifest.xml +++ b/tests/UsesFeature2Test/AndroidManifest.xml @@ -30,6 +30,7 @@ </feature-group> <feature-group android:label="@string/gamepad"> <uses-feature android:name="android.hardware.gamepad" /> + <uses-feature android:name="android.hardware.opengles.aep" /> </feature-group> <application android:label="@string/app_title"> |