device_lenovo_sdm710-common/ims/Android.bp
dianlujitao aeacc5af5f sdm710-common: Create system copy of ims-ext-common and add to classpath
* Our ims.apk doesn't load ims-ext-common.jar, and it's moved to /product
   on 10 where PRODUCT_BOOT_JARS doesn't work.
 * Create a system copy of the jar and add it to boot classpath to make
   it loadable from the apk without extra work,

Change-Id: Ia530a530bd4469e12500410fc5e8ba393de60b18
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-10-12 09:48:23 +00:00

7 lines
127 B
Text

java_library {
name: "ims-ext-common_system",
installable: true,
static_libs: [
"ims-ext-common",
],
}