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