s/gs101/gs201
do a global substitution Bug: 186836335 Signed-off-by: Pat Tjin <pattjin@google.com> Change-Id: Ic79e8983d04615be7da70ebb2b5092aae5178495
This commit is contained in:
parent
6ec6628fc5
commit
89841bf57a
39 changed files with 89 additions and 89 deletions
|
@ -16,20 +16,20 @@
|
|||
package {
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "//device/google/gs201:device_google_gs101_license"
|
||||
// all of the 'license_kinds' from "//device/google/gs201:device_google_gs201_license"
|
||||
// to get the below license kinds:
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: [
|
||||
"//device/google/gs201:device_google_gs101_license",
|
||||
"//device/google/gs201:device_google_gs201_license",
|
||||
],
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.boot@1.0-service-gs101",
|
||||
name: "android.hardware.boot@1.0-service-gs201",
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
vendor: true,
|
||||
init_rc: ["android.hardware.boot@1.0-service-gs101.rc"],
|
||||
init_rc: ["android.hardware.boot@1.0-service-gs201.rc"],
|
||||
srcs: [
|
||||
"BootControl.cpp",
|
||||
"GptUtils.cpp",
|
||||
|
@ -47,7 +47,7 @@ cc_binary {
|
|||
}
|
||||
|
||||
cc_library {
|
||||
name: "android.hardware.boot@1.0-impl-gs101",
|
||||
name: "android.hardware.boot@1.0-impl-gs201",
|
||||
recovery: true,
|
||||
srcs: [
|
||||
"BootControl.cpp",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service-gs101
|
||||
service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service-gs201
|
||||
class early_hal
|
||||
user root
|
||||
group root
|
Loading…
Add table
Add a link
Reference in a new issue