aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2020-11-27 18:59:19 +0900
committermosimchah <mosimchah@gmail.com>2020-12-13 09:07:03 -0500
commit5615b055e63783eb54cb5c322f70f8a1fc2d56be (patch)
tree06faba828e07eb2a89609dd1714118eb7abd41d6
parent1721fcf6223d310256513ec205171b4f0fb96644 (diff)
Add apex_available to library headersr11.1-backup-1-16-21
Add apex_available to library headers used by framework JNI code that is in the process of moving to the connectivity (tethering) APEX. Bug: 171540887 Test: m (APEX builds with additional dependencies added) Change-Id: I799768a9da55cbcee52aa41b963dff25d5d2b947
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e968d87f..908a839d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,11 @@ cc_library_headers {
cc_library_headers {
name: "dnsproxyd_protocol_headers",
export_include_dirs: ["include/dnsproxyd_protocol"],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.resolv",
+ "com.android.tethering",
+ ],
}
aidl_interface {