Skip to content

Commit

Permalink
BoardConfig: Switch to correct common Makefiles for GSIs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredldotme committed Jun 11, 2024
1 parent cc07c1e commit 5594000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion halium_arm/BoardConfig.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-include device/halium/halium/BoardConfig.mk

# Include Legacy GSI patches
include build/make/target/board/generic_arm_ab/BoardConfig.mk
include build/make/target/board/BoardConfigGsiCommon.mk

# Architecture
TARGET_ARCH := arm
Expand Down
2 changes: 1 addition & 1 deletion halium_arm64/BoardConfig.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-include device/halium/halium/BoardConfig.mk

# Include Legacy GSI patches
include build/make/target/board/generic_arm64_ab/BoardConfig.mk
include build/make/target/board/generic_arm64/BoardConfig.mk

# Architecture
TARGET_ARCH := arm64
Expand Down

0 comments on commit 5594000

Please sign in to comment.