aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:29 +0000
commita2963aee6dd33f33055b93d5685e796997b5ba90 (patch)
tree6c8f99caa41441d024d8d75c5b99ccc241ce94a0
parentfe97e72b5accb44084ecb3e74adb8bb907ba81bc (diff)
parent2a413cbc07fe27b4daf3f04f44efe3102e221b50 (diff)
downloadnanopb-c-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 2a413cbc07fe27b4daf3f04f44efe3102e221b50 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I894b36f7ad6b4ce346aa5a49a0bb69a9c0dc13de
-rw-r--r--Android.bp2
-rw-r--r--generator/Android.bp6
2 files changed, 2 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index e942ad9..4515e03 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,7 +76,7 @@ cc_library_static {
defaults: ["libprotobuf-c-nano-defaults"],
apex_available: [
"//apex_available:platform",
- "com.android.bluetooth",
+ "com.android.btservices",
],
min_sdk_version: "30",
}
diff --git a/generator/Android.bp b/generator/Android.bp
index cd7516c..343b0ca 100644
--- a/generator/Android.bp
+++ b/generator/Android.bp
@@ -22,12 +22,8 @@ python_binary_host {
},
libs: ["libprotobuf-python"],
version: {
- py2: {
- enabled: true,
- embedded_launcher: true,
- },
py3: {
- enabled: false,
+ embedded_launcher: true,
},
},
}