Skip to content

Commit

Permalink
BoardConfig: Indicate the lack of sync framework.
Browse files Browse the repository at this point in the history
This change sets the TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK board config
to true.

Change-Id: Id4675256cc7c883831c4da8651a01961af085099
  • Loading branch information
steven676 committed Nov 2, 2013
1 parent f4e1742 commit d2f12ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Expand Up @@ -51,6 +51,8 @@ USE_OPENGL_RENDERER := true
# set if the target supports FBIO_WAITFORVSYNC
TARGET_HAS_WAITFORVSYNC := true

TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true

TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
TARGET_RECOVERY_UI_LIB := librecovery_ui_tuna

Expand Down

0 comments on commit d2f12ee

Please sign in to comment.