Skip to content

Commit

Permalink
Merge pull request #4 from Jooles/master
Browse files Browse the repository at this point in the history
Added Spica support
  • Loading branch information
morphis committed Feb 17, 2013
2 parents 146080c + 588cc26 commit 0ca230e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Android.mk
Expand Up @@ -31,6 +31,11 @@ ifeq ($(TARGET_DEVICE),galaxytab)
board_name := gt-p1000
endif

ifeq ($(TARGET_DEVICE),spica)
LOCAL_CFLAGS += -DDEVICE_IPC_V4
board_name := i5700
endif

ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif
Expand Down Expand Up @@ -104,6 +109,11 @@ ifeq ($(TARGET_DEVICE),galaxytab)
samsung-ipc_device := aries
endif

ifeq ($(TARGET_DEVICE),spica)
LOCAL_CFLAGS += -DDEVICE_IPC_V4
samsung-ipc_device := i5700
endif

ifeq ($(TARGET_DEVICE),h1)
LOCAL_CFLAGS += -DDEVICE_H1
endif
Expand Down

0 comments on commit 0ca230e

Please sign in to comment.