aboutsummaryrefslogtreecommitdiffstats
path: root/doc.go
blob: 0cea5f9cbeec6c961ee519a30b3a9cb3707bc383 (plain)
1
2
3
4
5
6
7
8
/*
Package kati provides GNU make compatible functions, especially
to speed up the continuous build of Android.

*/
package kati

// TODO(ukai): cleanup API. make more symbol unexported.