diff options
author | Demon Singur <demonsingur@gmail.com> | 2018-07-14 14:37:51 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 21:09:44 +0200 |
commit | ea1f84172d39e608b05eb5478aeb839a28ec3173 (patch) | |
tree | 0df0305e3766c7604ed8d7da07bb9e92203ecef5 | |
parent | 6f1227a466ca5a39db37ab3410053a1abe92397a (diff) |
sdm660-common: do not build useless packages
They are compiled as dependencies of ipacm
Change-Id: I72076113083308e26573289923f5d3c00a8a6b44
-rw-r--r-- | sdm660.mk | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -377,7 +377,6 @@ PRODUCT_PACKAGES += \ android.hardware.secure_element@1.0 \ rild \ librmnetctl \ - libxml2 \ libprotobuf-cpp-full PRODUCT_PACKAGES += \ @@ -409,9 +408,7 @@ PRODUCT_PACKAGES += \ # Tetheroffload PRODUCT_PACKAGES += \ ipacm \ - IPACM_cfg.xml \ - libipanat \ - liboffloadhal + IPACM_cfg.xml # Trust PRODUCT_PACKAGES += \ |