mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
- Set callback on JNI, since Java class cant be sent through, use the ndk backend to implement callback and send to swapon()
18 lines
427 B
Text
18 lines
427 B
Text
android_app {
|
|
name: "SamsungParts",
|
|
srcs: [
|
|
"src/**/*.kt",
|
|
],
|
|
platform_apis: true,
|
|
certificate: "platform",
|
|
jni_libs: [
|
|
"libStorageHelper",
|
|
"libSwapCallback",
|
|
],
|
|
static_libs: [
|
|
"androidx.preference_preference",
|
|
"vendor.eureka.hardware.parts-V1-java",
|
|
],
|
|
defaults: ["SettingsLibDefaults"],
|
|
required: ["vendor.eureka.hardware.parts-service"],
|
|
}
|