From 1b292bf89a4d4b52434e8454afc7ef59ceb8c1c5 Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Tue, 28 Mar 2023 08:27:45 -0700 Subject: [PATCH] Retire unused variable Bug: 274103438 Test: presubmit Change-Id: I66deda33e8cf5b4bdd00621ede23bc5ad89b6bbb Signed-off-by: Roman Kiryanov --- target/product/sdk_phone_arm64.mk | 1 - target/product/sdk_phone_armv7.mk | 1 - target/product/sdk_phone_x86.mk | 1 - target/product/sdk_phone_x86_64.mk | 1 - 4 files changed, 4 deletions(-) diff --git a/target/product/sdk_phone_arm64.mk b/target/product/sdk_phone_arm64.mk index 4203d45c5e..3f8161556c 100644 --- a/target/product/sdk_phone_arm64.mk +++ b/target/product/sdk_phone_arm64.mk @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -QEMU_USE_SYSTEM_EXT_PARTITIONS := true PRODUCT_USE_DYNAMIC_PARTITIONS := true # This is a build configuration for a full-featured build of the diff --git a/target/product/sdk_phone_armv7.mk b/target/product/sdk_phone_armv7.mk index 888505b665..48a0e3be9e 100644 --- a/target/product/sdk_phone_armv7.mk +++ b/target/product/sdk_phone_armv7.mk @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -QEMU_USE_SYSTEM_EXT_PARTITIONS := true PRODUCT_USE_DYNAMIC_PARTITIONS := true # This is a build configuration for a full-featured build of the diff --git a/target/product/sdk_phone_x86.mk b/target/product/sdk_phone_x86.mk index a324e5f023..0f8b5082a5 100644 --- a/target/product/sdk_phone_x86.mk +++ b/target/product/sdk_phone_x86.mk @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -QEMU_USE_SYSTEM_EXT_PARTITIONS := true PRODUCT_USE_DYNAMIC_PARTITIONS := true # This is a build configuration for a full-featured build of the diff --git a/target/product/sdk_phone_x86_64.mk b/target/product/sdk_phone_x86_64.mk index ff9018d93f..f5d9028307 100644 --- a/target/product/sdk_phone_x86_64.mk +++ b/target/product/sdk_phone_x86_64.mk @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -QEMU_USE_SYSTEM_EXT_PARTITIONS := true PRODUCT_USE_DYNAMIC_PARTITIONS := true # This is a build configuration for a full-featured build of the