summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-11-30 23:58:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-30 23:58:35 +0000
commit093ccd8a7cb01145a58c8c666037209f26532999 (patch)
treeaad86ebe820b8a91fe8be1d608d54092749c6f33
parent99eac00dd6f2f694a68e41d10606a7acddc9250a (diff)
parent05e8b66f7bb12473005098faff76d90d5173f7eb (diff)
downloadgoldfish-093ccd8a7cb01145a58c8c666037209f26532999.tar.gz
Merge "Prepare to retire vendor.mk and emulator64_vendor.mk" into main am: d8adecbb16 am: 05e8b66f7b
Original change: https://android-review.googlesource.com/c/device/generic/goldfish/+/2854547 Change-Id: I511b514360b1b56af57736350a55915a885abd85 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--64bitonly/product/emulator64_vendor.mk3
-rw-r--r--product/phone.mk18
-rw-r--r--product/tablet.mk18
3 files changed, 37 insertions, 2 deletions
diff --git a/64bitonly/product/emulator64_vendor.mk b/64bitonly/product/emulator64_vendor.mk
index 10ba0071..cc1b99d0 100644
--- a/64bitonly/product/emulator64_vendor.mk
+++ b/64bitonly/product/emulator64_vendor.mk
@@ -31,5 +31,4 @@ endif
PRODUCT_CHARACTERISTICS := emulator
-# goldfish vendor partition configurations
-$(call inherit-product-if-exists, device/generic/goldfish/64bitonly/product/vendor.mk)
+$(call inherit-product, device/generic/goldfish/product/generic.mk)
diff --git a/product/phone.mk b/product/phone.mk
new file mode 100644
index 00000000..e20a05da
--- /dev/null
+++ b/product/phone.mk
@@ -0,0 +1,18 @@
+#
+# Copyright (C) 2023 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.
+
+# All phone specific stuff should be moved here.
+
+$(call inherit-product, device/generic/goldfish/product/generic.mk)
diff --git a/product/tablet.mk b/product/tablet.mk
new file mode 100644
index 00000000..4c671f1b
--- /dev/null
+++ b/product/tablet.mk
@@ -0,0 +1,18 @@
+#
+# Copyright (C) 2023 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.
+
+# All tablet specific stuff should be moved here.
+
+$(call inherit-product, device/generic/goldfish/product/generic.mk)