summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xue <herbertxue@google.com>2023-11-13 03:20:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-13 03:20:37 +0000
commitd5c2b9a3b5b58f51f48347e40a3ad10f3bc37bdc (patch)
treee335fa65b012e77ec69c19c3e21860dc01d33504
parent59ceb7c081651841ea4a03ff90e342408ab26b2c (diff)
parent5d6726b88edeac0da96e7eefe96db36109a540ce (diff)
downloadgs101-d5c2b9a3b5b58f51f48347e40a3ad10f3bc37bdc.tar.gz
Remove unused Android.mk under device/google/gs101 am: 5d6726b88e
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/2825810 Change-Id: I7326f4159f637a5ea70d6cc4c58ec64ebd6628fd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.mk9
-rw-r--r--vibrator/Android.mk17
2 files changed, 0 insertions, 26 deletions
diff --git a/Android.mk b/Android.mk
index de54c3a4..0a022e9c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,8 +20,6 @@
# to only building on ARM if they include assembly. Individual makefiles
# are responsible for having their own logic, for fine-grained control.
-LOCAL_PATH := $(call my-dir)
-
$(eval $(call declare-copy-files-license-metadata,device/google/gs101,default-permissions.xml,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
$(eval $(call declare-copy-files-license-metadata,device/google/gs101,libnfc-nci.conf,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
$(eval $(call declare-copy-files-license-metadata,device/google/gs101,fstab.postinstall,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
@@ -37,10 +35,3 @@ $(eval $(call declare-copy-files-license-metadata,device/google/gs101,wpa_suppli
$(eval $(call declare-copy-files-license-metadata,device/google/gs101,wpa_supplicant_overlay.conf,SPDX-license-identifier-Apache-2.0,notice,build/soong/licenses/LICENSE,))
$(eval $(call declare-1p-copy-files,device/google/gs101,audio_policy_configuration.xml))
-
-# if some modules are built directly from this directory (not subdirectories),
-# their rules should be written here.
-
-ifeq ($(USES_DEVICE_GOOGLE_GS101),true)
- include $(call first-makefiles-under,$(LOCAL_PATH))
-endif
diff --git a/vibrator/Android.mk b/vibrator/Android.mk
deleted file mode 100644
index 5b089be2..00000000
--- a/vibrator/Android.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Copyright (C) 2020 The Android Open-Source 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.
-#
-
-include $(call first-makefiles-under, $(call my-dir))