diff options
Diffstat (limited to 'target/product/runtime_common.mk')
-rw-r--r-- | target/product/runtime_common.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/product/runtime_common.mk b/target/product/runtime_common.mk index faa6fe8..9ae182a 100644 --- a/target/product/runtime_common.mk +++ b/target/product/runtime_common.mk @@ -39,20 +39,3 @@ PRODUCT_PACKAGES += \ libssl \ libz \ okhttp - -# host-only dependencies -ifeq ($(WITH_HOST_DALVIK),true) - PRODUCT_PACKAGES += \ - apache-xml-hostdex \ - bouncycastle-hostdex \ - conscrypt-hostdex \ - dalvik \ - libcrypto-host \ - libexpat-host \ - libicui18n-host \ - libicuuc-host \ - libjavacore \ - libssl-host \ - libz-host \ - okhttp-hostdex -endif |