vibrator: Update location of PixelVibratorFlags
Temporary move the definition from main repository to manage visibility and prevent aosp without vendor build fails Bug: 362659323 Test: Build pass Flag: EXEMPT refactor Change-Id: Ie3bb23838743df1f75261fd530652dcf55b6a643
This commit is contained in:
parent
ea53f43031
commit
810423348e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ cc_library {
|
||||||
srcs: [
|
srcs: [
|
||||||
"Vibrator.cpp",
|
"Vibrator.cpp",
|
||||||
],
|
],
|
||||||
shared_libs: ["//hardware/google/pixel:PixelVibratorFlagsL26"],
|
shared_libs: ["//device/google/gs-common:PixelVibratorFlagsL26"],
|
||||||
export_include_dirs: ["."],
|
export_include_dirs: ["."],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
visibility: [":__subpackages__"],
|
visibility: [":__subpackages__"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue