Move LateStaticLibs after SharedLibs in the dependency include order
LateStaticLibs has always been after StaticLibs, move it after SharedLibs too so that exported headers from LateStaticLibs dependencies come after exported headers from SharedLibs dependencies. This will be used to ensure the ndk_libandroid_support headers come after the ndk_libc++_shared headers. Test: m checkbuild Change-Id: I5ef180c99cefcd823c6970c06d0e772a10fa0456
Loading
Please register or sign in to comment