diff options
-rw-r--r-- | target/product/aosp_arm64.mk | 3 | ||||
-rw-r--r-- | target/product/aosp_arm64_plus_armv7.mk | 3 | ||||
-rw-r--r-- | target/product/aosp_x86_64.mk | 3 | ||||
-rw-r--r-- | target/product/wear_extensions.mk | 20 |
4 files changed, 0 insertions, 29 deletions
diff --git a/target/product/aosp_arm64.mk b/target/product/aosp_arm64.mk index 384aec6edf..cd3de51bd8 100644 --- a/target/product/aosp_arm64.mk +++ b/target/product/aosp_arm64.mk @@ -46,9 +46,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) # pKVM $(call inherit-product-if-exists, packages/modules/Virtualization/apex/product_packages.mk) -# Wear configs needed for proper execution of instrumentation tests (e.g. xTS tests) on Wear targets -$(call inherit-product, $(SRC_TARGET_DIR)/product/wear_extensions.mk) - # # All components inherited here go to product image # diff --git a/target/product/aosp_arm64_plus_armv7.mk b/target/product/aosp_arm64_plus_armv7.mk index afba2b13d4..7322629ee5 100644 --- a/target/product/aosp_arm64_plus_armv7.mk +++ b/target/product/aosp_arm64_plus_armv7.mk @@ -35,9 +35,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) # pKVM $(call inherit-product-if-exists, packages/modules/Virtualization/apex/product_packages.mk) -# Wear configs needed for proper execution of instrumentation tests (e.g. xTS tests) on Wear targets -$(call inherit-product, $(SRC_TARGET_DIR)/product/wear_extensions.mk) - # # All components inherited here go to product image # diff --git a/target/product/aosp_x86_64.mk b/target/product/aosp_x86_64.mk index 8ff35a2f16..bd121e3712 100644 --- a/target/product/aosp_x86_64.mk +++ b/target/product/aosp_x86_64.mk @@ -48,9 +48,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) # pKVM $(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) -# Wear configs needed for proper execution of instrumentation tests (e.g. xTS tests) on Wear targets -$(call inherit-product, $(SRC_TARGET_DIR)/product/wear_extensions.mk) - # # All components inherited here go to product image # diff --git a/target/product/wear_extensions.mk b/target/product/wear_extensions.mk deleted file mode 100644 index 2ac1d9d7dc..0000000000 --- a/target/product/wear_extensions.mk +++ /dev/null @@ -1,20 +0,0 @@ -# -# Copyright 2025 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. -# - -# Wear related configurations - -# Add Wear flags, if available. -PRODUCT_RELEASE_CONFIG_MAPS += $(wildcard vendor/google_shared/wear/release/release_config_map.textproto)
\ No newline at end of file |