summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2020-03-01 16:51:00 -0800
committerNolen Johnson <johnsonnolen@gmail.com>2020-07-14 18:34:35 -0400
commit6019c1197c4201c67e2c6003c69d56a5eb9f47d7 (patch)
tree2d47dc037045a919dfd10c447ab982bcf210df19 /Android.bp
parentbc7cabd4de9bed30420a0e399044a3d951c24f7e (diff)
pro1: Remove unnecessary Android.bp
* The build system doesn't need explicit inclusion of subdirectories anymore. Change-Id: I898562bd09dfadb15843ab19e64a8c8d27177eb9
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp19
1 files changed, 0 insertions, 19 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 1ab8b61..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (C) 2018 The LineageOS Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-subdirs = [
- "light",
- "livedisplay",
- "touch",
-]