commit | ea9d5cfbeb0cbf0d4bfc9d368983e0ae9b25d2d1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Oct 24 22:21:18 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 24 22:21:18 2023 +0000 |
tree | e5f8ccbba60508f31b7be72ea5f0ee3ec47c949a | |
parent | 66a01781f9c683cfca496340238af91635e08afb [diff] | |
parent | df85b8691e170f387170b58e40953f3ae313c05f [diff] |
Merge "Make checkbuild depend on blueprint_tests" into main
diff --git a/core/main.mk b/core/main.mk index 7c25862..c345c96 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -563,6 +563,7 @@ # sources or dependencies for these tools may be missing from the tree. ifeq (,$(TARGET_BUILD_UNBUNDLED_IMAGE)) droid_targets : blueprint_tools +checkbuild: blueprint_tests endif endif # dont_bother