From 04d36f987fd65efe722fa14c8f1ddf72c7f85591 Mon Sep 17 00:00:00 2001 From: Tai Kuo Date: Mon, 27 Nov 2023 14:27:27 +0800 Subject: [PATCH] Remove unused vibrator mk Bug: 246459244 Test: n/a Change-Id: I1b6f5411c38118e72d059c1c93c0a27dce7c1528 --- vibrator/Android.mk | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 vibrator/Android.mk 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))