mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-02-01 10:53:39 +00:00
* 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
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
cc_library_shared {
|
|
name: "libshim_vtservice",
|
|
srcs: ["libshim_vtservice.cpp"],
|
|
}
|
|
|
|
java_library {
|
|
name: "ImsServiceBase",
|
|
installable: true,
|
|
srcs: ["ImsServiceBase.java"],
|
|
}
|