Remove libs from target/product/base.mk.

LatinIME has libjni_latinime as dependency, so we don't need it in
PRODUCT_PACKAGES;
Moved libpac close to PacProcesser, which requires libpac.

Change-Id: I8674d76bcfde4c0e1f1b04bc96e636022d008576
This commit is contained in:
Ying Wang
2014-04-24 17:12:58 -07:00
parent fcd22c8848
commit c564b691d5
2 changed files with 1 additions and 2 deletions

View File

@@ -48,7 +48,6 @@ PRODUCT_PACKAGES += \
libeffects \
libinput \
libiprouteutil \
libjni_latinime \
libjnigraphics \
libldnhncr \
libmedia \
@@ -57,7 +56,6 @@ PRODUCT_PACKAGES += \
libmtp \
libnetlink \
libnetutils \
libpac \
libreference-ril \
libreverbwrapper \
libril \

View File

@@ -29,6 +29,7 @@ PRODUCT_PACKAGES += \
KeyChain \
PicoTts \
PacProcessor \
libpac \
ProxyHandler \
SharedStorageBackup \
VpnDialogs