From edc9c8d3e1fb602ca9526be22929323d1414b031 Mon Sep 17 00:00:00 2001 From: Nan Zhang Date: Mon, 23 Jul 2018 16:04:55 -0700 Subject: Fix the broken build: git_master/apps Orignally the Make version doesn't build them for unbundled branches. So turn off the build for these targets in Android.bp. Test: N/A Bug: b/70351683 Change-Id: Ia8924ad258254f7b23edfb792a11e4af7b6089ce --- library/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'library') diff --git a/library/Android.bp b/library/Android.bp index 2f09070..bc82325 100644 --- a/library/Android.bp +++ b/library/Android.bp @@ -38,4 +38,10 @@ java_library_static { java_resources: [ ":android-support-multidex-version", ], + product_variables: { + unbundled_build: { + // Don't build the library in unbundled branches. + enabled: false, + }, + }, } -- cgit v1.2.3