aboutsummaryrefslogtreecommitdiff
path: root/test/cts/producer/jni/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cts/producer/jni/Android.bp')
-rw-r--r--test/cts/producer/jni/Android.bp11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/cts/producer/jni/Android.bp b/test/cts/producer/jni/Android.bp
index 696dc9708..b97ecdbcf 100644
--- a/test/cts/producer/jni/Android.bp
+++ b/test/cts/producer/jni/Android.bp
@@ -1,18 +1,8 @@
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "external_perfetto_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["external_perfetto_license"],
-}
-
cc_library_shared {
name: "libperfettocts_jni",
srcs: [
"fake_producer_jni.cc",
],
- header_libs: ["jni_headers"],
static_libs: [
"libgtest",
"libprotobuf-cpp-lite",
@@ -22,6 +12,7 @@ cc_library_shared {
shared_libs: [
"libandroid",
"liblog",
+ "libnativehelper_compat_libc++",
],
compile_multilib: "both",
stl: "libc++_static",