From 4ad2b3e4fa38c56b8a6d05d332c4334d52eb6405 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 20 Aug 2018 00:24:43 +0100 Subject: [PATCH] sdm845-common: Remove no longer needed Android Blueprints * Soong now finds all Android.bp and Blueprints files in the source tree Change-Id: I2b7b22ecec7efb439d4c20c9d579ed9ceed5b20d --- Android.bp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Android.bp diff --git a/Android.bp b/Android.bp deleted file mode 100644 index 8e0fdaf..0000000 --- a/Android.bp +++ /dev/null @@ -1,6 +0,0 @@ -subdirs = [ - "lights", - "livedisplay", - "touch", - "tri-state-key" -]