commit | 5d50dbb5f0bfb44708d2378abe4f1ff882983075 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jun 29 11:35:29 2021 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Jul 23 15:01:58 2021 -0700 |
tree | 9d6009d607518a6ed4b577b662e112d53ef56566 | |
parent | 3367bf341225650738fae5032d427e885e8cf3fd [diff] [blame] |
Export kernel headers for musl Musl will reuse bionic's kernel headers. Bug: 190084016 Test: m libc_musl Change-Id: Ie750556f9a055984eb9bab41fa61faa965f037e5
diff --git a/libc/Android.bp b/libc/Android.bp index 764173d..fbf7ec2 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1859,7 +1859,9 @@ cc_library_headers { name: "libc_llndk_headers", - visibility: ["//visibility:private"], + visibility: [ + "//external/musl", + ], llndk: { llndk_headers: true, },