diff options
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 9b64e757..797a2845 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -61,6 +61,9 @@ ifeq ($(HOST_OS),linux) endif endif +# Assertions +TARGET_OTA_ASSERT_DEVICE := shamu + # EGL # Maximum GLES shader cache size for each app to store the compiled shader # binaries. Decrease the size if RAM or Flash Storage size is a limitation |
