Skip to content

Commit

Permalink
marlin: add board-info files for AOSP build
Browse files Browse the repository at this point in the history
Change-Id: I190a60f0e86c1df8bb722ffde577024d93616683
  • Loading branch information
pattjin committed Feb 19, 2016
1 parent 9610b5b commit afff192
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions marlin/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

TARGET_BOARD_PLATFORM := msm8996
TARGET_BOOTLOADER_BOARD_NAME := marlin
TARGET_BOARD_INFO_FILE := device/google/marlin/marlin/board-info.txt

TARGET_USES_AOSP := true
TARGET_ARCH := arm64
Expand Down
1 change: 1 addition & 0 deletions marlin/board-info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require board=marlin
1 change: 1 addition & 0 deletions sailfish/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

TARGET_BOARD_PLATFORM := msm8996
TARGET_BOOTLOADER_BOARD_NAME := sailfish
TARGET_BOARD_INFO_FILE := device/google/marlin/sailfish/board-info.txt

TARGET_USES_AOSP := true
TARGET_ARCH := arm64
Expand Down
1 change: 1 addition & 0 deletions sailfish/board-info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require board=sailfish

0 comments on commit afff192

Please sign in to comment.