From e02b8799f65464e6dc954b8eaf6d2ec79d94162b Mon Sep 17 00:00:00 2001 From: Stylogey Date: Tue, 5 May 2020 16:33:28 +0200 Subject: [PATCH] sdm660-common: dont build a 32 bit version of displayservice Change-Id: I322810101e8a156e00927f88537081626aa7d496 --- sdm660.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index f08821c9..6fe26557 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -187,7 +187,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk # Display PRODUCT_PACKAGES += \ android.frameworks.displayservice@1.0 \ - android.frameworks.displayservice@1.0_32 \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.composer@2.1-impl \