vibrator: Rename flags to avoid conflicts with prebuilts
felix still uses this but other pixels switched to prebuilt, this confuses soong so just rename it for now. Change-Id: I5f7f4f9b386533cf27e955f14faf3fddd2b43b5b
This commit is contained in:
parent
afe59287ff
commit
c011de7d71
1 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ package {
|
||||||
}
|
}
|
||||||
|
|
||||||
aconfig_declarations {
|
aconfig_declarations {
|
||||||
name: "VibratorFlagsL26",
|
name: "VibratorFlagsL26Private",
|
||||||
package: "vendor.vibrator.hal.flags",
|
package: "vendor.vibrator.hal.flags",
|
||||||
container: "vendor",
|
container: "vendor",
|
||||||
exportable: true,
|
exportable: true,
|
||||||
|
@ -26,8 +26,8 @@ aconfig_declarations {
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_aconfig_library {
|
cc_aconfig_library {
|
||||||
name: "PixelVibratorFlagsL26",
|
name: "PixelVibratorFlagsL26Private",
|
||||||
aconfig_declarations: "VibratorFlagsL26",
|
aconfig_declarations: "VibratorFlagsL26Private",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
visibility: [
|
visibility: [
|
||||||
"//vendor:__subpackages__",
|
"//vendor:__subpackages__",
|
||||||
|
@ -36,8 +36,8 @@ cc_aconfig_library {
|
||||||
}
|
}
|
||||||
|
|
||||||
java_aconfig_library {
|
java_aconfig_library {
|
||||||
name: "PixelVibratorFlagsL26_java",
|
name: "PixelVibratorFlagsL26Private_java",
|
||||||
aconfig_declarations: "VibratorFlagsL26",
|
aconfig_declarations: "VibratorFlagsL26Private",
|
||||||
mode: "exported",
|
mode: "exported",
|
||||||
visibility: ["//vendor:__subpackages__"],
|
visibility: ["//vendor:__subpackages__"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue