Remove unneed jar files from the system partition

Fix: 170967644
Test: boot
Test: Make sure the following jar files are removed
$OUT/system/framework/service-blobstore.jar
$OUT/system/framework/service-jobscheduler.jar

Test: But the following *.so are kept.
$OUT/system/lib64/libalarm_jni.so
$OUT/system/lib/libalarm_jni.so

Change-Id: Ia5351d9d3b1dda7bf96e95bbaad171cd8c3b49fc
This commit is contained in:
Makoto Onuki 2020-10-15 10:32:12 -07:00
parent f498c072af
commit bc588bf8ef

View file

@ -37,7 +37,6 @@ PRODUCT_PACKAGES += \
bcc \ bcc \
blank_screen \ blank_screen \
blkid \ blkid \
service-blobstore \
bmgr \ bmgr \
bootanimation \ bootanimation \
bootstat \ bootstat \
@ -118,11 +117,11 @@ PRODUCT_PACKAGES += \
iptables \ iptables \
ip-up-vpn \ ip-up-vpn \
javax.obex \ javax.obex \
service-jobscheduler \
keystore \ keystore \
credstore \ credstore \
ld.mc \ ld.mc \
libaaudio \ libaaudio \
libalarm_jni \
libamidi \ libamidi \
libandroid \ libandroid \
libandroidfw \ libandroidfw \