diff options
author | Jesse Hall <jessehall@google.com> | 2014-07-18 11:58:19 -0700 |
---|---|---|
committer | Jesse Hall <jessehall@google.com> | 2014-07-18 14:25:39 -0700 |
commit | abc8098fcbe7f23cebbef39563433d27db8c044d (patch) | |
tree | 9f2b6de82e14b00f3490b47deba16a5ac77e2407 /data | |
parent | 31d825d7edcaac7254f310d3cf85af9fc1927c25 (diff) | |
download | frameworks_native-abc8098fcbe7f23cebbef39563433d27db8c044d.zip frameworks_native-abc8098fcbe7f23cebbef39563433d27db8c044d.tar.gz frameworks_native-abc8098fcbe7f23cebbef39563433d27db8c044d.tar.bz2 |
Add OpenGL ES AEP feature xml.
Bug: 15593761
Change-Id: Ia961c64c5bf33da752518921c570c7f6dafe724e
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/android.hardware.opengles.aep.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/etc/android.hardware.opengles.aep.xml b/data/etc/android.hardware.opengles.aep.xml new file mode 100644 index 0000000..055fa7a --- /dev/null +++ b/data/etc/android.hardware.opengles.aep.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- This is the standard feature indicating that the device supports the + Android Extension Pack features. --> +<permissions> + <feature name="android.hardware.opengles.aep" /> +</permissions> + |