summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-24 00:16:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-24 00:16:02 +0000
commit78641b4505e14902b30969d74723ab0c0e4248ad (patch)
tree48c68137b1e86efb7d98e22be96e6d25ea164177
parent946688785748608fb601676959a497053e75420a (diff)
parent0f9042a54ddd4c7b3db5485a2bc162150ca0c0d6 (diff)
downloadservices-78641b4505e14902b30969d74723ab0c0e4248ad.tar.gz
Snap for 11349503 from 0f9042a54ddd4c7b3db5485a2bc162150ca0c0d6 to sdk-release
Change-Id: I58e42405e98f1cbb08ddcfc268fca47ab0b42405
-rw-r--r--builtInServices/Android.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/builtInServices/Android.mk b/builtInServices/Android.mk
deleted file mode 100644
index 46342c9..0000000
--- a/builtInServices/Android.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-# Multi-User IMMS is guarded by `BUILD_AUTOMOTIVE_IMMS_PREBUILT`.
-# It should be only used in Android Auto Multi-User builds.
-# Changes in Android Core IME/IMMS/IMF AIDLs should not be blocked by this module.
-ifeq ($(BUILD_AUTOMOTIVE_IMMS_PREBUILT), true)
-
-LOCAL_MODULE := mu_imms
-LOCAL_SRC_FILES := $(call all-java-files-under, src_imms)
-LOCAL_JAVA_LIBRARIES := services.core.unboosted
-
-# This module should not be built as part of checkbuild
-LOCAL_DONT_CHECK_MODULE := true
-
-LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
-LOCAL_LICENSE_CONDITIONS := notice
-include $(BUILD_STATIC_JAVA_LIBRARY)
-
-endif # BUILD_AUTOMOTIVE_IMMS_PREBUILT