Fix broken sdk build (/bin/sh: 1: [[: not found) am: 0a0ea26c60
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2880857 Change-Id: I766134c15a32fb1347a5c10a31df204d4e13848e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9ecf7d0a5e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ var (
|
|||
blueprint.RuleParams{
|
||||
Command: `rm -rf ${out}.tmp` +
|
||||
`&& for cache in ${cache_files}; do ` +
|
||||
` if [[ -n "$$(${aconfig} dump --cache $$cache --filter=is_exported:true --format='{fully_qualified_name}')" ]]; then ` +
|
||||
` if [ -n "$$(${aconfig} dump --cache $$cache --filter=is_exported:true --format='{fully_qualified_name}')" ]; then ` +
|
||||
` ${aconfig} create-java-lib --cache $$cache --mode=exported --out ${out}.tmp; ` +
|
||||
` fi ` +
|
||||
`done` +
|
||||
|
|
Loading…
Reference in a new issue