Add -nostdlibinc to bindgen's device cflags.
-nostdlibinc was removed from DeviceGlobalCflags so that building against the NDK could use --sysroot. It was added back manually to non-NDK device compiles of C/C++ code, but missed that rust bindgen compiles also used DeviceGlobalCflags. Add -nostdlibinc to bindgen's device cflags. Bug: 374130155 Change-Id: I1c635d9d6a72e447931b46a60c79ac1dd4da699c Test: manual Flag: EXEMPT refactor
Loading
Please register or sign in to comment