Add root.mk file to build

So we can avoid pulling in all the make machinery from platform/build

Test: `make` builds the project
Bug: 70287447
Change-Id: I97250208ad4650a85c75924b0a501c604816c441
This commit is contained in:
Maurice Lam 2017-12-15 16:04:36 -08:00
parent 6cd5a72302
commit c508544bbe
1 changed files with 2 additions and 0 deletions

2
tools/root.mk Normal file
View File

@ -0,0 +1,2 @@
default:
TARGET_BUILD_APPS=setup-wizard-lib ./gradlew