Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
Change-Id: Id227428e916125cce82091ee005c7a73df4cbfe6
  • Loading branch information
y0w0 committed Jun 18, 2024
1 parent 3775e8d commit fe4c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android11_Radxa_rk12_customization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<project groups="radxa" name="platform/bootable/recovery/recovery" path="bootable/recovery" remote="rk" revision="4d89581d4e5f0166e4da02f2f81a79e06f00fe6b" upstream="refs/tags/radxa-android11-rkr12.1"/>

<remove-project name="rk/device/rockchip/rksdk"/>
<project groups="radxa" name="rk/device/rockchip/rksdk" path="device/rockchip/common" remote="rk" revision="a5d5616e5491c6e13b07365aefba3ea9536bc1a4" upstream="refs/tags/radxa-android11-rkr12.1">
<project groups="radxa" name="rk/device/rockchip/rksdk" path="device/rockchip/common" remote="rk" revision="9fe58aa9486c6fa9f316331d750a1236333f0729" upstream="refs/tags/radxa-android11-rkr12.2">
<copyfile dest=".classpath" src=".classpath"/>
<copyfile dest="mkimage.sh" src="mkimage.sh"/>
<copyfile dest="javaenv.sh" src="javaenv.sh"/>
Expand Down

1 comment on commit fe4c6c1

@davidganster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @y0w0 !
Thanks for the release with the fix, we tried the new image and it worked.
However, I think you forgot to also update the source code – it says it was bundled on June 18.

Cheers

Please sign in to comment.