Merge "Add explicit dependencies on jni_headers" am: c0fe0ae29f am: 6963d8e1c8

Change-Id: I2fdf3826653466d65e3d63fa896d1ec23c5716cd
This commit is contained in:
Orion Hodson
2020-04-16 10:58:50 +00:00
committed by Automerger Merge Worker
8 changed files with 10 additions and 4 deletions

View File

@@ -28,6 +28,8 @@ cc_binary {
name: "bootanimation",
defaults: ["bootanimation_defaults"],
header_libs: ["jni_headers"],
shared_libs: [
"libOpenSLES",
"libbootanimation",

View File

@@ -14,6 +14,7 @@
cc_library_shared {
name: "libmemoryintarraytest",
header_libs: ["jni_headers"],
shared_libs: [
"libcutils",
],
@@ -23,4 +24,4 @@ cc_library_shared {
"android_util_MemoryIntArrayTest.cpp",
],
cflags: ["-Werror"],
}
}

View File

@@ -16,8 +16,6 @@
#include "PathParser.h"
#include "jni.h"
#include <errno.h>
#include <stdlib.h>
#include <utils/Log.h>

View File

@@ -22,7 +22,6 @@
#include <android/log.h>
#include <cutils/compiler.h>
#include <jni.h>
#include <string>

View File

@@ -65,6 +65,8 @@ cc_library_static {
"-Wno-unused-parameter",
],
header_libs: ["jni_headers"],
shared_libs: [
"libmedia",
"libgui",

View File

@@ -24,6 +24,8 @@ cc_library_shared {
cflags: ["-Werror"],
header_libs: ["jni_headers"],
shared_libs: [
"libdl",
"liblog",

View File

@@ -47,6 +47,7 @@ cc_defaults {
cflags: ["-D_DARWIN_UNLIMITED_STREAMS"],
},
},
header_libs: ["jni_headers"],
static_libs: [
"libandroidfw",
"libutils",

View File

@@ -19,6 +19,7 @@ cc_library {
name: "libdumpcoverage",
srcs: ["dump_coverage.cc"],
header_libs: [
"jni_headers",
"libopenjdkjvmti_headers",
],