From 702f9f4f44ed1dd03b061dc32ad742996f1dbd24 Mon Sep 17 00:00:00 2001 From: Ramanan Rajeswaran Date: Mon, 10 Apr 2017 14:14:11 -0700 Subject: [PATCH] Remove aosp bits. Test: built muskie. Change-Id: I30e09d990bb3d4e96f769075f0fb995f71fd35a0 --- device.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/device.mk b/device.mk index 6a72f2c8..edf53836 100644 --- a/device.mk +++ b/device.mk @@ -14,11 +14,6 @@ # limitations under the License. # -# Inherit from the common Open Source product configuration -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) -$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk) - PRODUCT_PROPERTY_OVERRIDES += \ keyguard.no_require_sim=true \ ro.com.android.dataroaming=true