diff options
author | Orion Hodson <oth@google.com> | 2020-04-03 09:42:03 +0100 |
---|---|---|
committer | Orion Hodson <oth@google.com> | 2020-04-16 08:26:14 +0000 |
commit | 63f06b738dde1f495a4feb47b2188636cb6b3044 (patch) | |
tree | 4831a831cd3ecb1cff2c6f4d4fca75f663517dbe /cmds/bootanimation | |
parent | 8e8224c97ba63d948631bcebb3b817ac9f3eaeea (diff) |
Add explicit dependencies on jni_headers
Preparation for removing implicit include paths for jni.h from soong.
Also remove unnecessary jni.h includes from PathParser.{h,cpp}.
Bug: 152482542
Test: lunch aosp_x86_64 && m checkbuild
Change-Id: Ib18afa3d2c93ed3ce69204286d5177991100fd7e
Exempt-From-Owner-Approval: build refactoring
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r-- | cmds/bootanimation/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/bootanimation/Android.bp b/cmds/bootanimation/Android.bp index 3e5877b05708..c60d08b2bda1 100644 --- a/cmds/bootanimation/Android.bp +++ b/cmds/bootanimation/Android.bp @@ -28,6 +28,8 @@ cc_binary { name: "bootanimation", defaults: ["bootanimation_defaults"], + header_libs: ["jni_headers"], + shared_libs: [ "libOpenSLES", "libbootanimation", |