mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: Run bpfix
Change-Id: Ife7b541d10e427999657195f266d40b303c09532 Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
@@ -3,8 +3,6 @@ cc_library_static {
|
||||
name: "liblocbatterylistener",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
cflags: GNSS_CFLAGS + ["-DBATTERY_LISTENER_ENABLED"],
|
||||
local_include_dirs: ["."],
|
||||
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
|
||||
cc_library_shared {
|
||||
|
||||
name: "libbatching",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
|
||||
cc_library_shared {
|
||||
|
||||
name: "libloc_core",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libutils",
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-base.policy",
|
||||
vendor: true,
|
||||
sub_dir: "seccomp_policy",
|
||||
relative_install_path: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-base.policy",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-xtra-daemon.policy",
|
||||
vendor: true,
|
||||
sub_dir: "seccomp_policy",
|
||||
relative_install_path: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-xtra-daemon.policy",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-xtwifi-client.policy",
|
||||
vendor: true,
|
||||
sub_dir: "seccomp_policy",
|
||||
relative_install_path: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-xtwifi-client.policy",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-xtwifi-inet-agent.policy",
|
||||
vendor: true,
|
||||
sub_dir: "seccomp_policy",
|
||||
relative_install_path: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-xtwifi-inet-agent.policy",
|
||||
}
|
||||
|
||||
@@ -5,8 +5,6 @@ cc_library_shared {
|
||||
name: "libgeofencing",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
srcs: [
|
||||
"GeofenceAdapter.cpp",
|
||||
"location_geofence.cpp",
|
||||
|
||||
@@ -5,8 +5,6 @@ cc_library_shared {
|
||||
name: "libgnss",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
|
||||
cc_library_shared {
|
||||
|
||||
name: "liblocation_api",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
cc_library_headers {
|
||||
|
||||
name: "libloc_pla_headers",
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
|
||||
cc_library_shared {
|
||||
|
||||
name: "libgps.utils",
|
||||
vendor: true,
|
||||
|
||||
|
||||
|
||||
//# Libs
|
||||
shared_libs: [
|
||||
"libdl",
|
||||
|
||||
@@ -6,4 +6,3 @@ cc_library_static {
|
||||
"libotautil",
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
runtime_resource_overlay {
|
||||
name: "WifiOverlay",
|
||||
theme: "WifiOverlay",
|
||||
product_specific: true
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user