commit | 52f6a98bba14aebb7487ffe1c0bfc8dc05d69b75 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jul 21 18:27:13 2021 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Jul 23 11:53:06 2021 -0700 |
tree | 59f446290080dcac22c6b80540aee51c71b54ff4 | |
parent | 24cdfe16599af4bed00f790584d696493c45afab [diff] |
Support compiling python3 against musl Use bool instead of _Bool in android/launcher_main.cpp, _Bool isn't defined in C++, and musl doesn't manually define it like glibc does. Adjust the configuration header for musl. Bug: 190084016 Test: m out/soong/host/linux-x86/bin/py3-run with musl Change-Id: I6c7e6f42d65bffa07da3811dbeda7822b2804e63