Split -isystem headers into separate variables
Split the variables that contain header directories into ones that should be prefixed with -isystem and ones that should be prefixed with -I in preparation for moving some headers from -isystem to -I. Add $(wildcard) around SRC_HEADERS to match the soong behavior, and move users of SRC_HEADERS from config.mk to binary.mk so that the exported soong value is present. Test: no changes to build.ninja compile rules Change-Id: Iadecbbf4351a01e53cb57e721d31f4f836bb82d9
Loading
Please register or sign in to comment