android: add CleanSpec.mk
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 4 Aug 2014 18:49:08 +0000 (19:49 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 1 Sep 2014 15:06:02 +0000 (16:06 +0100)
commitd69cc400f5c2e2148480e6252dafc542a646ae56
tree9d726f0fdbefed519773c7d398a7b41f3d7176da
parenta8ce03f35f17cd0f6fa90fde745d50c5a211b664
android: add CleanSpec.mk

The file contains rules that are executed on incremental builds. This
way one can avoid doing a full clean and ensure that the new object
(library) is correctly build. Let's also cleanup the headers.

Inspired by the work of Chih-Wei Huang, from the Android-x86 project.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
CleanSpec.mk [new file with mode: 0644]