From fd6a2c08d6cc97ec3fcc8374fa3d4b3b6b471b94 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Mon, 16 Sep 2019 17:40:51 +0800 Subject: msm8996-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 --- ims/Android.bp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ims/Android.bp (limited to 'ims/Android.bp') diff --git a/ims/Android.bp b/ims/Android.bp new file mode 100644 index 0000000..7d97b3c --- /dev/null +++ b/ims/Android.bp @@ -0,0 +1,7 @@ +java_library { + name: "ims-ext-common_system", + installable: true, + static_libs: [ + "ims-ext-common", + ], +} -- cgit v1.2.3