Skip to content
  • Brad King's avatar
    Android: Do not pass sysroot include for standalone toolchain · 22f8a465
    Brad King authored
    The change in commit v3.8.0-rc1~60^2 (Android: Pass sysroot include
    directory explicitly, 2017-01-20) does not make sense when compiling
    with a standalone toolchain which is tied to a single API version.
    Drop the explicit include directory so that the compiler uses its
    default system include order.
    
    Fixes: #16954
    22f8a465