summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2020-05-18 04:00:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-18 04:00:36 +0000
commit00d8e020c47734153bd382bb11fbe8e839d9f892 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentdc0e1610a68c17e4aaf3a2b06bf18062e8e5e4d0 (diff)
parentf4db79332cbdc1eb506f38fe0376a144bbfd54f3 (diff)
downloadmini-emulator-x86-00d8e020c47734153bd382bb11fbe8e839d9f892.tar.gz
Retire device/generic/mini-emulator-x86 am: f4db79332candroid-mainline-12.0.0_r112android-mainline-11.0.0_r44android-mainline-11.0.0_r43android-mainline-11.0.0_r42android-mainline-11.0.0_r41android-mainline-11.0.0_r40android-mainline-11.0.0_r39android-mainline-11.0.0_r38android-mainline-11.0.0_r37android-mainline-11.0.0_r36android-mainline-11.0.0_r35android-mainline-11.0.0_r34android-mainline-11.0.0_r32android-mainline-11.0.0_r31android-mainline-11.0.0_r30android-mainline-11.0.0_r28android-mainline-11.0.0_r27android-mainline-11.0.0_r26android-mainline-11.0.0_r25android-mainline-11.0.0_r24android-mainline-11.0.0_r23android-mainline-11.0.0_r22android-mainline-11.0.0_r21android-mainline-11.0.0_r20android-mainline-11.0.0_r18android-mainline-11.0.0_r17android-mainline-11.0.0_r16android-mainline-11.0.0_r15android-mainline-11.0.0_r14android-mainline-11.0.0_r13android-mainline-11.0.0_r12aml_tz2_305400500aml_tz2_305400300aml_tz2_305400100aml_tz2_304500300aml_tz2_303900110aml_tz2_303900102aml_tz2_303800002aml_tz2_303800001aml_tz2_303200001android12-mainline-tzdata2-releaseandroid11-mainline-tethering-releaseandroid11-mainline-permission-releaseandroid11-mainline-os-statsd-releaseandroid11-mainline-networkstack-releaseandroid11-mainline-media-swcodec-releaseandroid11-mainline-media-releaseandroid11-mainline-extservices-releaseandroid11-mainline-documentsui-releaseandroid11-mainline-conscrypt-releaseandroid11-mainline-cellbroadcast-releaseandroid11-mainline-captiveportallogin-releaseaml_tz2_305400100
Change-Id: I20e66850040977f0c280ae223d888ee663926cc3
-rw-r--r--AndroidProducts.mk21
-rw-r--r--BoardConfig.mk7
-rw-r--r--mini_emulator_x86.mk26
3 files changed, 0 insertions, 54 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
deleted file mode 100644
index 6726eb6..0000000
--- a/AndroidProducts.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Copyright (C) 2013 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.
-#
-
-PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/mini_emulator_x86.mk
-
-COMMON_LUNCH_CHOICES := \
- mini_emulator_x86-userdebug
diff --git a/BoardConfig.mk b/BoardConfig.mk
deleted file mode 100644
index 382cb22..0000000
--- a/BoardConfig.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# BoardConfig.mk
-#
-# Product-specific compile-time definitions.
-#
-
-# same as x86 except HAL
-include device/generic/x86/BoardConfig.mk
diff --git a/mini_emulator_x86.mk b/mini_emulator_x86.mk
deleted file mode 100644
index 4ca64e4..0000000
--- a/mini_emulator_x86.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright (C) 2013 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.
-
-$(call inherit-product, device/generic/x86/mini_x86.mk)
-
-$(call inherit-product, device/generic/mini-emulator-armv7-a-neon/mini_emulator_common.mk)
-
-PRODUCT_NAME := mini_emulator_x86
-PRODUCT_DEVICE := mini-emulator-x86
-PRODUCT_BRAND := Android
-PRODUCT_MODEL := mini-emulator-x86
-
-LOCAL_KERNEL := prebuilts/qemu-kernel/x86/kernel-qemu
-PRODUCT_COPY_FILES += \
- $(LOCAL_KERNEL):kernel