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
commitf6b542fe4cb6d1d135183c002501a88dc35c83f6 (patch)
treecce0e484e0c0536b3077edaf0c5e5045a237340b
parentb812cda10e69d244030337eba212cfcffb8827e0 (diff)
parent5d6726b88edeac0da96e7eefe96db36109a540ce (diff)
downloadgs101-f6b542fe4cb6d1d135183c002501a88dc35c83f6.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: Id79c8e62b20836185e84b4113de14a7306ac3fd5 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))