Disable the base hidl modules in mixed build.
Will enable again once b/242220039 is resolved. Bug: 232520859 Test: Run mixed_droid locally, Change-Id: I6004fcbf14ba0669a5b9205fec0019f38cf7bd39
This commit is contained in:
parent
4b32269d0a
commit
a67335be88
1 changed files with 7 additions and 0 deletions
|
@ -574,5 +574,12 @@ var (
|
|||
"prebuilt_android-support-annotations-nodeps",
|
||||
"prebuilt_android-arch-paging-common-nodeps",
|
||||
"prebuilt_android-arch-room-common-nodeps",
|
||||
|
||||
// Disabled pending the investigation of b/242220039
|
||||
"libhidlbase",
|
||||
"android.hidl.base@1.0",
|
||||
"android.hidl.manager@1.0",
|
||||
"android.hidl.manager@1.1",
|
||||
"android.hidl.manager@1.2",
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue