universal7885: bpfmt

This commit is contained in:
roynatech2544 2022-05-15 00:38:42 +00:00
commit be82ebd1fe
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
18 changed files with 70 additions and 67 deletions

View file

@ -1,4 +1,3 @@
cc_binary {
name: "android.hardware.sensors@1.0-service.a10",
relative_install_path: "hw",
@ -16,4 +15,4 @@ cc_binary {
"libhidlbase",
"android.hardware.sensors@1.0",
],
}
}

View file

@ -18,7 +18,10 @@ cc_binary {
relative_install_path: "hw",
init_rc: ["android.hardware.usb@1.0-service.a10.rc"],
vintf_fragments: ["android.hardware.usb@1.0-service.a10.xml"],
srcs: ["service.cpp", "Usb.cpp"],
srcs: [
"service.cpp",
"Usb.cpp",
],
shared_libs: [
"libbase",
"libcutils",

View file

@ -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",
],
}

View file

@ -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",
}

View file

@ -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",
],
}

View file

@ -29,4 +29,3 @@ cc_library_shared {
"jni_headers",
],
}

View file

@ -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",
]
],
}

View file

@ -22,7 +22,7 @@ cc_binary {
relative_install_path: "hw",
srcs: [
"SamsungCameraProvider.cpp",
"service.cpp"
"service.cpp",
],
init_rc: ["android.hardware.camera.provider@2.5-service.exynos7885.rc"],
shared_libs: [

View file

@ -17,7 +17,7 @@
cc_binary {
name: "eklogger",
srcs: [
"Logger.cpp",
"Logger.cpp",
],
init_rc: ["eklogger.rc"],
}

View file

@ -1,3 +1,3 @@
hidl_package_root{
name: "vendor.eureka",
hidl_package_root {
name: "vendor.eureka",
}

View file

@ -1,12 +1,12 @@
hidl_interface {
hidl_interface {
name: "vendor.eureka.hardware.fmradio@1.0",
root: "vendor.eureka",
root: "vendor.eureka",
srcs: [
"types.hal",
"IFMRadio.hal",
"types.hal",
"IFMRadio.hal",
],
interfaces: [
"android.hidl.base@1.0",
interfaces: [
"android.hidl.base@1.0",
],
gen_java: true,
}

View file

@ -1,13 +1,13 @@
hidl_interface {
hidl_interface {
name: "vendor.eureka.hardware.fmradio@1.1",
root: "vendor.eureka",
root: "vendor.eureka",
srcs: [
"types.hal",
"IFMRadio.hal",
"types.hal",
"IFMRadio.hal",
],
interfaces: [
"android.hidl.base@1.0",
"vendor.eureka.hardware.fmradio@1.0",
interfaces: [
"android.hidl.base@1.0",
"vendor.eureka.hardware.fmradio@1.0",
],
gen_java: true,
}

View file

@ -1,14 +1,14 @@
hidl_interface {
hidl_interface {
name: "vendor.eureka.hardware.fmradio@1.2",
root: "vendor.eureka",
root: "vendor.eureka",
srcs: [
"types.hal",
"IFMRadio.hal",
"types.hal",
"IFMRadio.hal",
],
interfaces: [
"android.hidl.base@1.0",
"vendor.eureka.hardware.fmradio@1.1",
"vendor.eureka.hardware.fmradio@1.0",
interfaces: [
"android.hidl.base@1.0",
"vendor.eureka.hardware.fmradio@1.1",
"vendor.eureka.hardware.fmradio@1.0",
],
gen_java: true,
}

View file

@ -4,7 +4,7 @@ cc_binary {
name: "vendor.eureka.hardware.fmradio@1.2-service",
srcs: [
"FMRadio.cpp",
"service.cpp",
"service.cpp",
],
shared_libs: [
"libhidlbase",
@ -14,6 +14,6 @@ cc_binary {
"vendor.eureka.hardware.fmradio@1.1",
"vendor.eureka.hardware.fmradio@1.2",
],
init_rc: [ "vendor.eureka.hardware.fmradio@1.2-service.rc" ],
vintf_fragments: [ "vendor.eureka.hardware.fmradio@1.2.xml" ],
init_rc: ["vendor.eureka.hardware.fmradio@1.2-service.rc"],
vintf_fragments: ["vendor.eureka.hardware.fmradio@1.2.xml"],
}

View file

@ -1,13 +1,13 @@
hidl_interface {
hidl_interface {
name: "vendor.eureka.hardware.parts@1.0",
root: "vendor.eureka",
root: "vendor.eureka",
srcs: [
"types.hal",
"IBatteryStats.hal",
"IFlashBrightness.hal",
"IDisplayConfigs.hal",
"ISwapOnData.hal",
"types.hal",
"IBatteryStats.hal",
"IFlashBrightness.hal",
"IDisplayConfigs.hal",
"ISwapOnData.hal",
],
interfaces: [ "android.hidl.base@1.0" ],
interfaces: ["android.hidl.base@1.0"],
gen_java: false,
}

View file

@ -15,6 +15,6 @@ cc_binary {
"liblog",
"vendor.eureka.hardware.parts@1.0",
],
init_rc: [ "vendor.eureka.hardware.parts@1.0-service.rc" ],
vintf_fragments: [ "vendor.eureka.hardware.parts@1.0.xml" ],
init_rc: ["vendor.eureka.hardware.parts@1.0-service.rc"],
vintf_fragments: ["vendor.eureka.hardware.parts@1.0.xml"],
}

View file

@ -18,5 +18,5 @@ cc_library_static {
whole_static_libs: ["libbase"],
header_libs: ["libbase_headers"],
srcs: ["init_universal7885.cpp"],
include_dirs: ["system/core/init"]
include_dirs: ["system/core/init"],
}

View file

@ -2,5 +2,5 @@ runtime_resource_overlay {
name: "WifiOverlay",
theme: "WifiOverlay",
sdk_version: "current",
vendor: true
vendor: true,
}