commit | f0890d07c622de995dbaf1baa8ce825b33334c0a | [log] [tgz] |
---|---|---|
author | Victor Khimenko <[email protected]> | Fri Aug 21 00:38:57 2020 +0200 |
committer | Victor Khimenko <[email protected]> | Fri Aug 21 00:39:32 2020 +0200 |
tree | e3a1a2beae667d28d7c172b7f9e14cb8268ac481 | |
parent | 79634aec788a268799db8bed381685dacbfe8a34 [diff] [blame] |
Make libRS.so buildable for native bridge Bug: http://b/153609531 Test: m libRS.native_bridge Change-Id: I9dc5c921fde25a67efee8941041904e8fa37386f
diff --git a/Android.bp b/Android.bp index 9fdfa9a..228bcaf 100644 --- a/Android.bp +++ b/Android.bp
@@ -300,6 +300,7 @@ cc_library_shared { name: "libRS", defaults: ["rs_defaults"], + native_bridge_supported: true, srcs: [ "rsApiStubs.cpp", "rsHidlAdaptation.cpp",