Add empty top level Android.mk / CleanSpec.mk files

Needed to allow Android to keep building with a copy of the SELinux
source code checked into external/selinux

Bug: 19963152
Change-Id: I4e192bb6ca5d185e11540aca7253e729d92a00c1
This commit is contained in:
Nick Kralevich 2015-04-15 15:07:22 -07:00 committed by Stephen Smalley
parent c304a7d82e
commit 39b5c1028c
2 changed files with 4 additions and 0 deletions

2
Android.mk Normal file
View File

@ -0,0 +1,2 @@
# This empty Android.mk file will prevent the build system
# from building anything below this point.

2
CleanSpec.mk Normal file
View File

@ -0,0 +1,2 @@
# This empty CleanSpec.mk file will prevent the build system
# from descending into subdirs.