mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: bpfmt
This commit is contained in:
parent
d97d8b7bfe
commit
be82ebd1fe
18 changed files with 70 additions and 67 deletions
|
|
@ -1,11 +1,15 @@
|
|||
android_app_import {
|
||||
name: "Footej",
|
||||
owner: "me",
|
||||
apk: "Footej.apk",
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
overrides: ["Camera2", "Snap", "Camera"],
|
||||
name: "Footej",
|
||||
owner: "me",
|
||||
apk: "Footej.apk",
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
overrides: [
|
||||
"Camera2",
|
||||
"Snap",
|
||||
"Camera",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@ android_app {
|
|||
name: "CameraLightSensor",
|
||||
srcs: [
|
||||
"src/**/*.kt",
|
||||
"src/**/I*.aidl",
|
||||
"src/**/I*.aidl",
|
||||
],
|
||||
platform_apis: true,
|
||||
privileged: true,
|
||||
certificate: "platform",
|
||||
static_libs: [ "androidx.core_core" ],
|
||||
static_libs: ["androidx.core_core"],
|
||||
required: ["privapp_whitelist_com.eurekateam.cameralightsensor.xml"],
|
||||
}
|
||||
|
||||
|
|
@ -16,4 +16,3 @@ prebuilt_etc {
|
|||
src: "privapp_whitelist_com.eurekateam.cameralightsensor.xml",
|
||||
sub_dir: "permissions",
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,15 +7,15 @@ android_app {
|
|||
certificate: "platform",
|
||||
jni_libs: ["libfmnative_jni"],
|
||||
static_libs: [
|
||||
"androidx.core_core",
|
||||
"androidx.appcompat_appcompat",
|
||||
"com.google.android.material_stable",
|
||||
"kotlinx_coroutines",
|
||||
"androidx.transition_transition",
|
||||
"kotlinx_coroutines_android",
|
||||
"androidx.coordinatorlayout_coordinatorlayout"
|
||||
"androidx.core_core",
|
||||
"androidx.appcompat_appcompat",
|
||||
"com.google.android.material_stable",
|
||||
"kotlinx_coroutines",
|
||||
"androidx.transition_transition",
|
||||
"kotlinx_coroutines_android",
|
||||
"androidx.coordinatorlayout_coordinatorlayout",
|
||||
],
|
||||
required: [
|
||||
"vendor.eureka.hardware.fmradio@1.2-service",
|
||||
"vendor.eureka.hardware.fmradio@1.2-service",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,4 +29,3 @@ cc_library_shared {
|
|||
"jni_headers",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,12 +8,11 @@ cc_library_shared {
|
|||
],
|
||||
srcs: ["*.cpp"],
|
||||
header_libs: ["jni_headers"],
|
||||
static_libs: [ "libc++fs" ],
|
||||
static_libs: ["libc++fs"],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"vendor.eureka.hardware.parts@1.0",
|
||||
]
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue