diff options
| author | 2020-09-11 17:38:45 +0000 | |
|---|---|---|
| committer | 2020-09-11 17:38:45 +0000 | |
| commit | c206a1323411548fded20ec739e18a9e875be751 (patch) | |
| tree | 0d896375f7ec407b18de8add44e3f015b7a258a6 | |
| parent | a61f909ff185d5340c9d81e7150c5c37a5c7bf90 (diff) | |
| parent | aa98b9c020d4c68b9cc636218bb576101e3d9927 (diff) | |
Make libarect_headers available for libRSSupport am: aa98b9c020
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12495227
Change-Id: I5317dfcfb4f0ca599e2f8ac9fbc243752dc21093
| -rw-r--r-- | libs/arect/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp index 258a4e3748..80aa8916da 100644 --- a/libs/arect/Android.bp +++ b/libs/arect/Android.bp @@ -22,6 +22,8 @@ ndk_headers { cc_library_headers { name: "libarect_headers", + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, export_include_dirs: ["include"], } |