Do not set service-nearby-pre-jarjar installable
service-nearby-pre-jarjar is just an build intermediate: the classes are
eventually added to service-connectivity.jar, which is what gets shipped
on device. So service-nearby-pre-jarjar should not be installable.
Marking it installable causes it to be dexed, which is inconsistent with
other service-connectivity intermediates. Having it be a plain jar
should be faster to build and make inspection / jarjar rule generation
easier.
Ignore-AOSP-First: Nearby not yet in AOSP
Bug: 217129444
Test: m
Change-Id: I2f6234d488edf25e600147ec8bf2961af9929cad
diff --git a/nearby/service/Android.bp b/nearby/service/Android.bp
index 7112bb1..3b60265 100644
--- a/nearby/service/Android.bp
+++ b/nearby/service/Android.bp
@@ -108,7 +108,6 @@
// (service-connectivity is only used on 31+) and use 31 here
min_sdk_version: "30",
- installable: true,
dex_preopt: {
enabled: false,
app_image: false,