commit | 08a37a09da7992dde879cabb6a8deb3c9e78115c | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Sep 16 11:38:02 2021 +0100 |
committer | Paul Duffin <paulduffin@google.com> | Thu Sep 23 13:02:49 2021 +0000 |
tree | 3299395109196a43b2bd11af7ffce6f7012c386f | |
parent | 57c6a72e000458847a50f753fff05e40218621b5 [diff] |
Include native bridge variant of jni_headers in sdk Bug: 195754365 Test: m art-module-sdk Change-Id: I0e3bef2c015f7115c4224985b8331f7d6ff0b40e
diff --git a/build/sdk/Android.bp b/build/sdk/Android.bp index 6449f1a..2c81463 100644 --- a/build/sdk/Android.bp +++ b/build/sdk/Android.bp
@@ -53,6 +53,12 @@ prebuilt_visibility: prebuilt_visibility, + traits: { + native_bridge_support: [ + "jni_headers", + ], + }, + target: { // Both android and host linux but not windows or darwin. linux: {