compat: libui_shim: Allow building 32-bit versions

* msm8998 camera stacks need this.

Change-Id: I87b69209bf73120e11d7d5c3b686d3b0a989abb9
This commit is contained in:
Nolen Johnson 2022-11-01 19:30:08 -04:00
parent eb2e7226b8
commit fd79adbaeb

View file

@ -292,6 +292,5 @@ cc_library_shared {
"libui/Fence.cpp",
"libui/GraphicBuffer.cpp",
],
compile_multilib: "64",
vendor_available: true,
}