google_pixel: Remove Turbo

* Causing issues on marlin.
* Not worth the hassle

Change-Id: I24e2730b047f733d7bff0226aef00907d3698c11
lineage-18.1
Nolen Johnson 4 years ago
parent 0a50287164
commit 990d993224
  1. 5
      overlays/overlay-turbo/frameworks/base/core/res/res/values/config.xml
  2. 7
      product.mk

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Flag indicating whether we should enable smart battery. -->
<bool name="config_smart_battery_available">true</bool>
</resources>

@ -35,10 +35,3 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.com.google.ime.bs_theme=true \ ro.com.google.ime.bs_theme=true \
ro.com.google.ime.theme_id=5 \ ro.com.google.ime.theme_id=5 \
ro.opa.eligible_device=true ro.opa.eligible_device=true
## Turbo
# Only include on Pixels
ifneq ($(filter $(TURBO_CODENAMES),$(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/partner_gms/products/turbo.mk)
PRODUCT_PACKAGE_OVERLAYS += vendor/google_pixel/overlays/overlay-turbo
endif

Loading…
Cancel
Save