commit | 4feec6ddb853d7a654c9d88c704cd98ebd62e8cf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 05 17:36:25 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 05 17:36:25 2017 +0000 |
tree | 5249485155f1f91d1f6968a1479f099cf5d9f03e | |
parent | 03e8fb10d132014e94294f53ee16bc8d5c629d6d [diff] | |
parent | 178d04e39c156691312715b571428e153a17bb1b [diff] |
Merge "allow setting opengles property"
diff --git a/core/config.mk b/core/config.mk index 34e9681..566faae 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -511,6 +511,12 @@ USE_PREBUILT_SDK_TOOLS_IN_PLACE := true +# USE_D8_BY_DEFAULT is the default behavior, use USE_D8 to override. +USE_D8_BY_DEFAULT := false +ifndef USE_D8 + USE_D8 := $(USE_D8_BY_DEFAULT) +endif + # # Tools that are prebuilts for TARGET_BUILD_APPS #