aboutsummaryrefslogtreecommitdiff
path: root/version_unknown.cc
Commit message (Collapse)AuthorAgeFilesLines
* Allow building Kati with Soong for AndroidDan Willemsen2016-01-131-0/+17
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.