aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp7
-rw-r--r--OWNERS2
2 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e6baf9f2..4029650b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,4 +19,11 @@ cc_library_headers {
name: "pybind11_headers",
host_supported: true,
export_include_dirs: ["include"],
+ // Python Native extensions are not supported in AOSP so this library
+ // is not supported.
+ // Therefore, only allow the current set of users, and block anyone
+ // else.
+ visibility: [
+ "//packages/modules/Bluetooth/system/gd",
+ ],
}
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 00000000..ce3b883a
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,2 @@
+dwillemsen@google.com
+colefaust@google.com