aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:35 +0000
commitdf95dafc494eee2a80a5e7b331a0b4397a6fa303 (patch)
tree6c8f99caa41441d024d8d75c5b99ccc241ce94a0
parentb2717069abbb043eafcb0583692640697929fc93 (diff)
parent2a413cbc07fe27b4daf3f04f44efe3102e221b50 (diff)
downloadnanopb-c-android14-mainline-mediaprovider-release.tar.gz
Change-Id: I0fec7ac55138076a50aa460372aef2a54f66f586
-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,
},
},
}