commit | 670dd6870510a6f1d17527d189d1b542e65300f9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jul 10 16:38:44 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 10 16:38:44 2018 +0000 |
tree | 37a556fe38e0cb2fc948540573ff842b012e10af | |
parent | bd64cd3fe8174d8906cd585143c50acff4ef2217 [diff] | |
parent | e9381754b4f78c11070e75fc8faeb0b3d319053e [diff] |
Merge "Make USE_D8 and USE_R8 read-only"
diff --git a/core/config.mk b/core/config.mk index 7292f8c..06c73ee 100644 --- a/core/config.mk +++ b/core/config.mk
@@ -580,11 +580,13 @@ # Work around for b/68406220 # This should match the soong version. USE_D8 := true +.KATI_READONLY := USE_D8 # Default R8 behavior when USE_R8 is not specified. ifndef USE_R8 USE_R8 := true endif +.KATI_READONLY := USE_R8 # # Tools that are prebuilts for TARGET_BUILD_APPS