aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Van Patten <timvp@google.com>2020-08-10 18:42:22 -0600
committerTim Van Patten <timvp@google.com>2020-09-01 13:26:18 -0600
commitd38244210f04c13b4c238c30f93ccd40c69ce5fe (patch)
tree0e5484033c464622120031cae4baa849d8660d36
parentf55227e25f53bfe8e5f4ca8860db5782b9198ad5 (diff)
downloadbuild-d38244210f04c13b4c238c30f93ccd40c69ce5fe.tar.gz
Indicate ANGLE is present on devices
The system property ro.gfx.angle.supported needs to be enabled when ANGLE is included in a build to indicate to the platform and CTS tests that ANGLE is present on the device. Test: atest CtsAngleIntegrationHostTestCases Bug: 157670307 Merged-in: Ide4e3d8f78d3748d557a47ecd153d66694fd1e3a Change-Id: I72ba8731fed36dbc594dae88aaa00a6299e8f4ae
-rw-r--r--target/product/base_system.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index f6770fb69b..716f00fe7d 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -352,6 +352,8 @@ PRODUCT_SYSTEM_PROPERTIES += ro.zygote?=zygote32
PRODUCT_SYSTEM_PROPERTIES += debug.atrace.tags.enableflags=0
+PRODUCT_PROPERTY_OVERRIDES += ro.gfx.angle.supported=true
+
# Packages included only for eng or userdebug builds, previously debug tagged
PRODUCT_PACKAGES_DEBUG := \
adb_keys \