From e42c7c1626f78f95bf8f02ea8d6f6c0e2aedcf99 Mon Sep 17 00:00:00 2001 From: Demon Singur Date: Sat, 10 Mar 2018 10:03:47 +0000 Subject: [PATCH] whyred: include all blueprint modules Change-Id: Iaf3d59fe173cf0b424409c546854841e4da082a1 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Android.bp diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..7aef46b --- /dev/null +++ b/Android.bp @@ -0,0 +1,3 @@ +subdirs = [ + "*" +]