diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 489d394..3a3f1da 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -47,6 +47,9 @@ USE_DEVICE_SPECIFIC_CAMERA := true # CMHW BOARD_HARDWARE_CLASS += $(LOCAL_PATH)/cmhw +# Legacy BLOB Support +TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true + # Lights TARGET_PROVIDES_LIBLIGHT := true