| commit | 11c2c1c5714783aadc972122bba289d4f05ad72a | [log] [tgz] |
|---|---|---|
| author | Orion Hodson <oth@google.com> | Wed Apr 15 15:33:05 2020 +0100 |
| committer | Orion Hodson <oth@google.com> | Thu Apr 16 11:53:01 2020 +0100 |
| tree | 304caab283f3f685959a1025803087903853bf20 | |
| parent | 96e6914acfab24a424c14b3a40f8e8eaa196b4ac [diff] |
Add dependency on jni_headers to libcrash-jni Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: m checkbuild Change-Id: I96d6d3bce78a633ec50cf7c24e4d2bb237164393 Exempt-From-Owner-Approval: build refactoring
diff --git a/hostsidetests/incident/apps/errorsapp/jni/Android.bp b/hostsidetests/incident/apps/errorsapp/jni/Android.bp index 7c61818..2e7e1f0 100644 --- a/hostsidetests/incident/apps/errorsapp/jni/Android.bp +++ b/hostsidetests/incident/apps/errorsapp/jni/Android.bp
@@ -20,5 +20,6 @@ "-Werror", "-Wno-unused-parameter", ], + header_libs: ["jni_headers"], sdk_version: "current", }