Add librs_jni to the generic product packages.

Without this, HC cannot start under emulation (because some RenderScript-related
classes fail to preload properly during the boot, killing Zygote, even if they
are later never used).

Change-Id: I825051603425df59b9677875eba0ae2a811649ee
This commit is contained in:
David 'Digit' Turner
2011-01-17 00:15:34 +01:00
parent 23d3dedb87
commit 88e76ceca0

View File

@@ -48,6 +48,9 @@ PRODUCT_PACKAGES := \
PRODUCT_PACKAGES += \
icu.dat
PRODUCT_PACKAGES += \
librs_jni
PRODUCT_COPY_FILES := \
system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \