diff options
author | Anton Hansson | 2019-01-15 08:36:14 -0600 |
---|---|---|
committer | Anton Hansson | 2019-01-15 08:36:14 -0600 |
commit | 9b2f3af0648dcbb6e0b4eb00210749d0597875b1 (patch) | |
tree | 7ef77989dc3aa6c92b7fc2ad3e2143a423f068f3 /target | |
parent | fc598781c6ad4bf12c82244ec27ba8bc3b85ad0c (diff) | |
download | platform-build-9b2f3af0648dcbb6e0b4eb00210749d0597875b1.tar.gz platform-build-9b2f3af0648dcbb6e0b4eb00210749d0597875b1.tar.xz platform-build-9b2f3af0648dcbb6e0b4eb00210749d0597875b1.zip |
Remove webview from media_system.mk
It is present in media_vendor.mk (and soon media_product.mk),
which is the correct place.
Test: make
Change-Id: I7ffda211cf4b01a22ec01c661959defcf59bbc4b
Diffstat (limited to 'target')
-rw-r--r-- | target/product/media_system.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/product/media_system.mk b/target/product/media_system.mk index 992e2ed20..7d401dcac 100644 --- a/target/product/media_system.mk +++ b/target/product/media_system.mk | |||
@@ -59,7 +59,6 @@ PRODUCT_PACKAGES += \ | |||
59 | requestsync \ | 59 | requestsync \ |
60 | StatementService \ | 60 | StatementService \ |
61 | vndk_snapshot_package \ | 61 | vndk_snapshot_package \ |
62 | webview \ | ||
63 | 62 | ||
64 | 63 | ||
65 | PRODUCT_COPY_FILES += \ | 64 | PRODUCT_COPY_FILES += \ |