aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2016-02-16[C++] Set CPU affinityShinichiro Hamaji
Sticking to a single processor improves the performance while we are running only a single thread.
2016-02-03Update Android.bp with latest Makefile.ckatiDan Willemsen
2016-01-13Allow building Kati with Soong for AndroidDan Willemsen
Currently, Android sets some cflags and uses make to build kati. This still uses some of the system headers and libraries instead of the hermetic ones in the tree. Kati and makeparallel are the two remaining binaries being built outside of ninja. In order to fix all of these, define an Android.bp file for Soong, then when enabled, Android will ask Soong to build kati instead of including Makefile.ckati. And I'm hardcoding the version to unknown for now, Soong's genrule is not yet flexible enough to handle the optional dependency.