From c508544bbe3febd8d8d9d4a9f561fee8d273bb3d Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Fri, 15 Dec 2017 16:04:36 -0800 Subject: [PATCH] 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 --- tools/root.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/root.mk diff --git a/tools/root.mk b/tools/root.mk new file mode 100644 index 0000000..11597ea --- /dev/null +++ b/tools/root.mk @@ -0,0 +1,2 @@ +default: + TARGET_BUILD_APPS=setup-wizard-lib ./gradlew