diff options
Diffstat (limited to 'target/product/core.mk')
-rw-r--r-- | target/product/core.mk | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/target/product/core.mk b/target/product/core.mk index 34bad8e..58002a7 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -56,9 +56,9 @@ PRODUCT_PACKAGES := \ dexlist \ dexopt \ dmtracedump \ + drmserver \ dx \ ext \ - filterfw \ framework-res \ hprof-conv \ icu.dat \ @@ -67,40 +67,60 @@ PRODUCT_PACKAGES := \ ip-up-vpn \ ip6tables \ iptables \ + keystore \ + keystore.default \ + libandroidfw \ libOpenMAXAL \ libOpenSLES \ libaudiopreprocessing \ + libaudioutils \ libcrypto \ + libdownmix \ libdvm \ + libdrmframework \ + libdrmframework_jni \ libexpat \ libfilterfw \ libfilterpack_imageproc \ libgabi++ \ libicui18n \ libicuuc \ + libjavacore \ + libkeystore \ + libmdnssd \ libnativehelper \ libnfc_ndef \ libpowermanager \ libspeexresampler \ libsqlite_jni \ libssl \ - libstagefright_soft_h264dec \ libstagefright_soft_aacdec \ + libstagefright_soft_aacenc \ libstagefright_soft_amrdec \ + libstagefright_soft_amrnbenc \ + libstagefright_soft_amrwbenc \ + libstagefright_soft_flacenc \ libstagefright_soft_g711dec \ + libstagefright_soft_h264dec \ + libstagefright_soft_h264enc \ libstagefright_soft_mp3dec \ libstagefright_soft_mpeg4dec \ + libstagefright_soft_mpeg4enc \ libstagefright_soft_vorbisdec \ libstagefright_soft_vpxdec \ + libstagefright_soft_rawdec \ libvariablespeed \ libwebrtc_audio_preprocessing \ libwilhelm \ libz \ + mdnsd \ + requestsync \ screencap \ sensorservice \ - drmserver \ - libdrmframework \ - libdrmframework_jni + lint + +PRODUCT_COPY_FILES += \ + system/core/rootdir/init.usb.rc:root/init.usb.rc \ # host-only dependencies ifeq ($(WITH_HOST_DALVIK),true) @@ -108,5 +128,12 @@ ifeq ($(WITH_HOST_DALVIK),true) apache-xml-hostdex \ bouncycastle-hostdex \ core-hostdex \ + libcrypto \ + libexpat \ + libicui18n \ + libicuuc \ + libjavacore \ + libssl \ + libz-host \ dalvik endif |