diff options
author | Colin Cross <ccross@android.com> | 2019-03-21 01:23:40 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-03-21 01:23:40 -0700 |
commit | d1e12a6112f7be36a35d402822cd5992e49e88f6 (patch) | |
tree | ee248e1fa04f269aa213de305aea08e95536f6ae /startop/view_compiler | |
parent | 71b38a20efe36355fc9fbbdf98e494e99ef75e5d (diff) | |
parent | b9879d00c49491725a566118829f457cb9397f9e (diff) |
Merge "Fix ODR issue in viewcompiler"
am: b9879d00c4
Change-Id: I2fda6bdf7ebc082a732d75d55694d47f5a755fdc
Diffstat (limited to 'startop/view_compiler')
-rw-r--r-- | startop/view_compiler/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp index f5b4308a1b50..92ea872f04fc 100644 --- a/startop/view_compiler/Android.bp +++ b/startop/view_compiler/Android.bp @@ -22,7 +22,6 @@ cc_defaults { ], shared_libs: [ "libbase", - "libz", "slicer", ], static_libs: [ |