diff options
-rwxr-xr-x | msm8996.mk | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,5 +1,6 @@ -# Copyright (C) 2013-2016, The CyanogenMod Project -# Copyright (C) 2017-2018, The LineageOS Project +# +# Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2017-2018 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,9 +42,6 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 -# HWUI overrides -$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk) - # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ |