Commit be89a85
committed
utils: Do not set the Androic C/C++ compilers
Due to a bug in CMake, the `project()` invocation for Android projects
always overrides the `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER` passed
on the command line with the compilers from the NDK installation.
Since the values we passed on the command line were not taking effect,
these changes remove them from the cmake invocation. This fixes
incremental Android builds.1 parent 663ec93 commit be89a85
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
1523 | | - | |
1524 | | - | |
1525 | | - | |
1526 | | - | |
1527 | | - | |
1528 | | - | |
1529 | 1523 | | |
1530 | 1524 | | |
1531 | 1525 | | |
| |||
1538 | 1532 | | |
1539 | 1533 | | |
1540 | 1534 | | |
1541 | | - | |
1542 | | - | |
1543 | | - | |
1544 | | - | |
1545 | | - | |
1546 | | - | |
1547 | 1535 | | |
1548 | 1536 | | |
1549 | 1537 | | |
| |||
0 commit comments