diff --git a/device-felix.mk b/device-felix.mk
index 0812269..69e4375 100644
--- a/device-felix.mk
+++ b/device-felix.mk
@@ -447,5 +447,6 @@ PRODUCT_PACKAGES += \
AvoidAppsInCutoutOverlay
# Bluetooth device id
+# Felix: 0x410C
PRODUCT_PRODUCT_PROPERTIES += \
- bluetooth.device_id.product_id=20494
+ bluetooth.device_id.product_id=16652
diff --git a/felix/BoardConfig.mk b/felix/BoardConfig.mk
index fdd4c79..98459d7 100644
--- a/felix/BoardConfig.mk
+++ b/felix/BoardConfig.mk
@@ -39,6 +39,7 @@ USES_IDISPLAY_INTF_SEC := true
include device/google/gs201/BoardConfig-common.mk
-include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk
+include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk
-include vendor/google_devices/felix/proprietary/BoardConfigVendor.mk
include device/google/felix-sepolicy/felix-sepolicy.mk
include device/google/felix/wifi/BoardConfig-wifi.mk
diff --git a/manifest.xml b/manifest.xml
index ae2f526..a287416 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -48,15 +48,6 @@
default
-
- android.hardware.graphics.mapper
- passthrough
- 4.0
-
- IMapper
- default
-
-
android.hardware.graphics.composer
hwbinder
diff --git a/powerhint.json b/powerhint.json
index 96d7cc7..1c88dd5 100644
--- a/powerhint.json
+++ b/powerhint.json
@@ -21,7 +21,8 @@
"1539000",
"1352000",
"1014000",
- "421000"
+ "421000",
+ "546000"
],
"ResetOnInit": true
},
@@ -884,6 +885,12 @@
"Duration": 50,
"Value": "302000"
},
+ {
+ "PowerHint": "DISPLAY_INACTIVE",
+ "Node": "MemFreq",
+ "Duration": 0,
+ "Value": "421000"
+ },
{
"PowerHint": "CPU_LOAD_RESET",
"Node": "MemFreq",
diff --git a/vibrator/common/HardwareBase.h b/vibrator/common/HardwareBase.h
index a957848..f09fada 100644
--- a/vibrator/common/HardwareBase.h
+++ b/vibrator/common/HardwareBase.h
@@ -20,6 +20,7 @@
#include
#include
+#include
#include
#include