| commit | 5ce2dc344cf09a78b29ac88d06adabbb0dac5348 | [log] [tgz] |
|---|---|---|
| author | Victor Khimenko <khim@google.com> | Fri Aug 21 00:38:57 2020 +0200 |
| committer | Victor Khimenko <khim@google.com> | Tue Sep 01 02:27:52 2020 +0200 |
| tree | ab08fb6c2cf51b63b1c81aaa16a5510162183923 | |
| parent | b38654cae1d03cd59ca653f474ece18a3ddc4001 [diff] [blame] |
Make libRS.so buildable for native bridge Bug: http://b/153609531 Test: m libRS.native_bridge Change-Id: I9dc5c921fde25a67efee8941041904e8fa37386f
diff --git a/cpp/Android.bp b/cpp/Android.bp index 973c563..1d08b02 100644 --- a/cpp/Android.bp +++ b/cpp/Android.bp
@@ -1,5 +1,6 @@ cc_library_static { name: "libRSDispatch", + native_bridge_supported: true, vendor_available: true, srcs: ["rsDispatch.cpp"],