summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNan Zhang2018-07-20 16:25:01 -0500
committerNan Zhang2018-07-20 16:25:01 -0500
commita3c2414e2e4618515fe3ef7a945618256c1bac50 (patch)
treeb130db3e84b351188744d9aaeb19b5633abcde10
parent924b090b3fcd2bdc962fa1228747832cb7cbef7e (diff)
downloadplatform-packages-services-car-a3c2414e2e4618515fe3ef7a945618256c1bac50.tar.gz
platform-packages-services-car-a3c2414e2e4618515fe3ef7a945618256c1bac50.tar.xz
platform-packages-services-car-a3c2414e2e4618515fe3ef7a945618256c1bac50.zip
Fix the broken AAE build
Set installable to true for android.car. Otherwise, ninja reports error: out/target/common/obj/JAVA_LIBRARIES/android.car_intermediates/javalib.jar', needed by 'out/target/product/owl/dex_bootjars/system/framework/arm64/boot.art', missing and no known rule to make it Test: m clean && m -j PRODUCT-owl-userdebug Bug: b/111691313, b/70351683 Change-Id: I4ccf518b49e6f33785f4afa757eb4f345e6958db
-rw-r--r--car-lib/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/car-lib/Android.bp b/car-lib/Android.bp
index 731867db..806121f3 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -68,4 +68,5 @@ java_library {
68 enabled: false, 68 enabled: false,
69 }, 69 },
70 }, 70 },
71 installable: true,
71} 72}