From d66e7bb7cf435d7bf13505540ebeb9b02bb4210a Mon Sep 17 00:00:00 2001 From: Dan Willemsen <dwillemsen@google.com> Date: Tue, 20 Dec 2016 10:49:34 -0800 Subject: [PATCH] Add system/core/Android.bp Test: Soong's build.ninja is identical before/after (except GlobRules) Change-Id: I97c1e4cedad1dfc8622abb6cfed6257971199a96 --- Android.bp | 1 + 1 file changed, 1 insertion(+) create mode 100644 Android.bp diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000000..b44c296012 --- /dev/null +++ b/Android.bp @@ -0,0 +1 @@ +subdirs = ["*"] -- GitLab