summaryrefslogtreecommitdiff
path: root/startop/view_compiler
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2019-01-28 20:54:34 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-28 20:54:34 -0800
commit0c024ea7118dffac154a7ec078f76f3b3488cbfd (patch)
treebbbd424238c861839aa7e36c4239ac24388ab391 /startop/view_compiler
parent4d2311159409fbfbe840ef782941eb2d09a24925 (diff)
parentdb28e6e8b1c191a53e16b4b90fa542256d1970e4 (diff)
Merge "startop: use static_lib dependency on libdexfile." am: ff1aa4e49a
am: db28e6e8b1 Change-Id: I64907bda16a8f248a27eb643b6a4621860c30928
Diffstat (limited to 'startop/view_compiler')
-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 7dc83c3db868..f5b4308a1b50 100644
--- a/startop/view_compiler/Android.bp
+++ b/startop/view_compiler/Android.bp
@@ -16,12 +16,12 @@
cc_defaults {
name: "viewcompiler_defaults",
+ defaults: ["libdexfile_static_defaults"],
header_libs: [
"libbase_headers",
],
shared_libs: [
"libbase",
- "libdexfile",
"libz",
"slicer",
],