mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
Change-Id: I74b97bec8b5e173acda1939896835ac807b83c71 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
12 lines
293 B
Text
12 lines
293 B
Text
android_app {
|
|
name: "SamsungParts",
|
|
srcs: [
|
|
"src/**/*.java",
|
|
],
|
|
platform_apis: true,
|
|
privileged: true,
|
|
certificate: "platform",
|
|
jni_libs: ["libsamsungparts_jni"],
|
|
static_libs: ["androidx.preference_preference"],
|
|
defaults: ["SettingsLibDefaults"],
|
|
}
|