The code assumes a different source structure. It requires updating the path configurations. Bug: 230448564 Test: N/A Change-Id: I38bf181eecdd291712212ba8ee6d61b85c3fbb07
38 lines
346 B
YAML
38 lines
346 B
YAML
# hierarchy of targets
|
|
|
|
aosp_arm64:
|
|
- armv8
|
|
- aosp_cf_arm64_phone
|
|
|
|
armv8:
|
|
- mainline_modules_arm64
|
|
|
|
mainline_modules_arm64:
|
|
- aosp_oriole
|
|
- aosp_sunfish
|
|
- aosp_raven
|
|
|
|
aosp_oriole:
|
|
- oriole
|
|
|
|
aosp_sunfish:
|
|
- sunfish
|
|
|
|
aosp_raven:
|
|
- raven
|
|
|
|
oriole:
|
|
# leaf
|
|
|
|
sunfish:
|
|
# leaf
|
|
|
|
raven:
|
|
# leaf
|
|
|
|
aosp_cf_arm64_phone:
|
|
- cf_arm64_phone
|
|
|
|
cf_arm64_phone:
|
|
# leaf
|