OSDN Git Service

Add librs_jni to the generic product packages.
authorDavid 'Digit' Turner <digit@google.com>
Sun, 16 Jan 2011 23:15:34 +0000 (00:15 +0100)
committerDavid 'Digit' Turner <digit@google.com>
Sun, 16 Jan 2011 23:15:34 +0000 (00:15 +0100)
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

target/product/generic_no_telephony.mk

index cd79125..4b1e394 100644 (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 \