[all-commits] [llvm/llvm-project] d38e8c: [libcxx] locale_bionic.h: skip ndk-version.h on An...
ZijunZhaoCCK via All-commits
all-commits at lists.llvm.org
Mon Oct 24 17:57:19 PDT 2022
Branch: refs/heads/fix-for-upstream
Home: https://github.com/llvm/llvm-project
Commit: d38e8c6e3aa5a5e4d86b689206b62a4ceb74f7a8
https://github.com/llvm/llvm-project/commit/d38e8c6e3aa5a5e4d86b689206b62a4ceb74f7a8
Author: zijunzhao <zijunzhao at google.com>
Date: 2022-05-10 (Tue, 10 May 2022)
Changed paths:
M libcxx/include/__support/android/locale_bionic.h
Log Message:
-----------
[libcxx] locale_bionic.h: skip ndk-version.h on Android platform
The Android platform does not have ndk-version.h, but it will always
have up-to-date libc headers, so it does not need any compatibility
code intended for past versions of NDK_MAJOR. If ndk-version.h
is missing, assume NDK_MAJOR is (conceptually) infinite.
Bug: https://buganizer.corp.google.com/issues/222341313
Test: None
Change-Id: I370f5b4348cc2aad906a37bdeb9204d2aa4b05ea
More information about the All-commits
mailing list