aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:00:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:00:51 +0000
commit7b8136e054806e7271b8eae6767de79c063c5586 (patch)
tree6c8f99caa41441d024d8d75c5b99ccc241ce94a0
parent3385fa974a5ad699ce2807f75134670e2fef6453 (diff)
parent2a413cbc07fe27b4daf3f04f44efe3102e221b50 (diff)
downloadnanopb-c-android14-mainline-cellbroadcast-release.tar.gz
Change-Id: Ie46bd6af1ef22af752baf97c86ecb833a06f029c
-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,
},
},
}