summaryrefslogtreecommitdiff
path: root/startop/view_compiler/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'startop/view_compiler/Android.bp')
-rw-r--r--startop/view_compiler/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp
index c380d291d573..7cc233b2439e 100644
--- a/startop/view_compiler/Android.bp
+++ b/startop/view_compiler/Android.bp
@@ -16,7 +16,6 @@
cc_defaults {
name: "viewcompiler_defaults",
- defaults: ["libdexfile_static_defaults"],
header_libs: [
"libbase_headers",
],
@@ -30,6 +29,7 @@ cc_defaults {
"liblog",
"libutils",
"libziparchive",
+ "libz",
],
cppflags: ["-std=c++17"],
target: {