diff options
author | Cody Northrop <cnorthrop@google.com> | 2018-08-29 16:36:12 -0600 |
---|---|---|
committer | Courtney Goeltzenleuchter <courtneygo@google.com> | 2018-09-28 08:24:13 -0600 |
commit | 841c3d9baa6e050c5ba349b92534d41ab9d4ae83 (patch) | |
tree | d6691a4ad6ef1186930e3701b9b7d7cd3a32848e /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | eb0ca8e5930fe9c5e2bedcef8c29748b4964a20a (diff) |
Allow specifying ANGLE in manifest via meta-data
This CL allows the application's manifest to specify whether
to use ANGLE or native drivers for GLES via meta-data.
To enable, place the following within <application> and it
will be detected by the platform:
<meta-data
android:name:"com.android.angle.GLES_MODE"
android:value:"angle" />
The manifest can also specify "native" to opt-out of
ANGLE, but native will be the default for Q release.
This method is in service of the tech preview of
ANGLE for Android. For Q release, we should move this
to the Android API.
Test: Manual, verify ANGLE can be selected or rejected
Change-Id: I41af7fe02ca6237db042b5f8bdfbab3c9f76078a
(cherry picked from commit a2e5faf4b23bf0b8b84ffc1d67d545e3dd4f8c63)
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions