mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: SamsungParts: Move to AIDL
This commit is contained in:
parent
453f0f5f48
commit
9030e2eb7b
16 changed files with 148 additions and 269 deletions
|
|
@ -5,8 +5,11 @@ android_app {
|
|||
],
|
||||
platform_apis: true,
|
||||
certificate: "platform",
|
||||
jni_libs: ["libsamsungparts_jni"],
|
||||
static_libs: ["androidx.preference_preference"],
|
||||
jni_libs: ["libSwapStorageHelper"],
|
||||
static_libs: [
|
||||
"androidx.preference_preference",
|
||||
"vendor.eureka.hardware.parts-java",
|
||||
],
|
||||
defaults: ["SettingsLibDefaults"],
|
||||
required: ["vendor.eureka.hardware.parts-service"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue