summaryrefslogtreecommitdiff
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* AOSP does not handle Android includes with relative paths correctly.Alvaro Soliverez2012-04-031-1/+1
| | | | | This uses a variable that holds the local directory to include the file correctly.
* Have the Android target depend on the generated codeAlvaro Soliverez2012-03-271-4/+0
| | | | | | | | Previously, the code autogeneration was executed manually from the Android.mk. This proved to be prone to errors, and having the Android.mk target in Makefile.am is much more standard and it works fine. Therefore, we removed the statement from Android.mk and added the target dependency.
* Support building for AndroidDerek Foreman2011-11-211-0/+42
https://bugs.freedesktop.org/show_bug.cgi?id=42447