libjnigraphics: drop dependency on libandroid_runtime
Depending on jni_headers suffices. Bug: 179115178 Test: m Change-Id: I7ad29197ee56aa9cfeae7a5db2353eca996d0ef1
This commit is contained in:
@@ -27,14 +27,13 @@ cc_library_shared {
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"libandroid_runtime",
|
||||
"libhwui",
|
||||
"liblog",
|
||||
],
|
||||
|
||||
header_libs: [
|
||||
"libhwui_internal_headers",
|
||||
"jni_headers",
|
||||
"libhwui_internal_headers",
|
||||
],
|
||||
|
||||
static_libs: ["libarect"],
|
||||
|
||||
Reference in New Issue
Block a user