Skip to content

Commit 3013eb1

Browse files
committed
set hardware platform name
* Some hardware information applications use this so set actual hardware platform name. * Historic reason why this was set to rpi is that this allowed to use same HALs on rpi3/rpi4 when they were commonized. 'ro.board.platform' this sets is used in the legacy module load order. https://android.googlesource.com/platform/hardware/libhardware/+/refs/tags/android-15.0.0_r20/modules/README.android This has no use with modern HIDL/AIDL/APEX HALs. For legacy HALs name can be implicitly set using system properties (e.g. 'ro.hardware.audio.primary' that's still relevant).
1 parent 17ce2e5 commit 3013eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true
6161
TARGET_USERIMAGES_USE_EXT4 := true
6262

6363
# Platform
64-
TARGET_BOARD_PLATFORM := rpi
64+
TARGET_BOARD_PLATFORM := bcm2711
6565

6666
# Properties
6767
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

0 commit comments

Comments
 (0)