android: add CleanSpec.mk
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 4 Aug 2014 18:11:41 +0000 (19:11 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 12 Aug 2014 23:46:57 +0000 (00:46 +0100)
commit52901ec2615761390f5ef97b11516dae330d27d1
tree82fb6c63341580e51f09a649b30cf1ecbbd7ce8d
parent38df9f8a06f7411150d03ed31400c5a4350538e0
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.

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]