raphael: treewide: fixup BPs with bpfix
This commit is contained in:
@@ -11,7 +11,7 @@ android_app {
|
||||
],
|
||||
|
||||
srcs: ["src/**/*.java"],
|
||||
resource_dirs: ["res"],
|
||||
|
||||
certificate: "platform",
|
||||
platform_apis: true,
|
||||
system_ext_specific: true,
|
||||
|
||||
@@ -22,14 +22,14 @@ prebuilt_etc {
|
||||
name: "init.power.rc",
|
||||
src: "init.power.rc",
|
||||
vendor: true,
|
||||
sub_dir: "init/hw",
|
||||
relative_install_path: "init/hw",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "init.qcom.rc",
|
||||
src: "init.qcom.rc",
|
||||
vendor: true,
|
||||
sub_dir: "init/hw",
|
||||
relative_install_path: "init/hw",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
@@ -42,7 +42,7 @@ prebuilt_etc {
|
||||
name: "init.qcom.usb.rc",
|
||||
src: "init.qcom.usb.rc",
|
||||
vendor: true,
|
||||
sub_dir: "init/hw",
|
||||
relative_install_path: "init/hw",
|
||||
}
|
||||
|
||||
sh_binary {
|
||||
@@ -54,7 +54,7 @@ sh_binary {
|
||||
prebuilt_etc {
|
||||
name: "init.recovery.qcom.rc",
|
||||
src: "init.recovery.qcom.rc",
|
||||
sub_dir: "init",
|
||||
relative_install_path: "init",
|
||||
recovery: true,
|
||||
}
|
||||
|
||||
@@ -62,14 +62,14 @@ prebuilt_etc {
|
||||
name: "init.target.rc",
|
||||
src: "init.target.rc",
|
||||
vendor: true,
|
||||
sub_dir: "init/hw",
|
||||
relative_install_path: "init/hw",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "init.xiaomi.rc",
|
||||
src: "init.xiaomi.rc",
|
||||
vendor: true,
|
||||
sub_dir: "init/hw",
|
||||
relative_install_path: "init/hw",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
@@ -77,4 +77,4 @@ prebuilt_etc {
|
||||
filename: "ueventd.rc",
|
||||
src: "ueventd.qcom.rc",
|
||||
vendor: true,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
@@ -18,5 +18,5 @@ runtime_resource_overlay {
|
||||
name: "TetheringConfigOverlay",
|
||||
theme: "TetheringConfigOverlay",
|
||||
sdk_version: "current",
|
||||
product_specific: true
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@ runtime_resource_overlay {
|
||||
name: "WifiOverlay",
|
||||
theme: "WifiOverlay",
|
||||
sdk_version: "current",
|
||||
product_specific: true
|
||||
product_specific: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user