Files
device_oplus_mt6893-common/libshims/Android.bp
Kshitij Gupta 645ef3cff2 RMX3031: Address missing ImsServiceBase class
* Android 11 has deprecated this class.
* This is needed by Android 10 IMS stack.
* Convert this into a boot JAR that will be available to system globally.

Co-authored-by: Gagan Malvi <malvi@aospa.co>
Signed-off-by: Gagan Malvi <malvi@aospa.co>
Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
Signed-off-by: ManshuTyagi <himanshut567@gmail.com>
Change-Id: Ia685e2e10650c34b413c86fb19dd845baa8fa6c8
2021-11-12 02:48:18 +05:30

11 lines
194 B
Plaintext

cc_library_shared {
name: "libshim_vtservice",
srcs: ["libshim_vtservice.cpp"],
}
java_library {
name: "ImsServiceBase",
installable: true,
srcs: ["ImsServiceBase.java"],
}