Skip to content

Commit e0e2a4d

Browse files
authored
Use updated lunch configuration format (#174)
With this patch lunch target will be aosp_arm64-trunk-userdebug Doc: https://source.android.com/docs/setup/build/building#view_the_current_target Should fix buildbot failure: https://lab.llvm.org/buildbot/#/builders/82/builds/15143
1 parent a3a80fe commit e0e2a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@
12401240
'workernames' : ["hexagon-build-03"],
12411241
'builddir': "aosp",
12421242
'factory' : AOSPBuilder.getAOSPBuildFactory(
1243-
device="angler",
1243+
device="arm64",
12441244
extra_cmake_args=[
12451245
"-G", "Ninja",
12461246
"-DLLVM_TARGETS_TO_BUILD='ARM;AArch64'",

0 commit comments

Comments
 (0)