Commit Graph

3 Commits

Author SHA1 Message Date
Singa Reddy Dasari
19c05f939c build: Stop ABL compilation for autogvm targets
Stop Android bootloader compilation for autogvm targets.

Change-Id: I8ec45360f799367ea0b4399c0ba09a5d499589dd
Signed-off-by: Singa Reddy Dasari <quic_singredd@quicinc.com>
2023-04-06 13:03:35 +05:30
John Moon
515dc189be build: Unify output directory format
Currently, the Bazel build output directory format differs from
legacy build.sh in that it replaces underscores directory name to
hyphens.

This behavior is undesirable, so refactor the output directory name
logic to be consistent with legacy build.sh:

out/msm-kernel-<target>-<variant> where words in the target and
variant are underscore-delimited.

Change-Id: Ia60076dd613fc034888703f10d5dc836b34c317b
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
2023-01-18 17:14:58 -08:00
John Moon
8503690aa2 build: Add support for Bazel VM builds
Currently, only legacy build.sh support exists for VM
builds.

Add Bazel support for these builds.

Change-Id: I10b221aa4a6633240b984eff333e15f5cd8b82cd
Signed-off-by: John Moon <quic_johmoo@quicinc.com>
2022-11-14 15:05:22 -08:00