8503690aa2
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>
18 lines
295 B
Python
18 lines
295 B
Python
def define_extras(target, flavor = None):
|
|
return
|
|
|
|
def get_build_config_fragments(target):
|
|
return []
|
|
|
|
def get_dtb_list(target):
|
|
return None
|
|
|
|
def get_dtbo_list(target):
|
|
return None
|
|
|
|
def get_dtstree(target):
|
|
return None
|
|
|
|
def get_vendor_ramdisk_binaries(target):
|
|
return None
|