entry: Force Soong for prebuilt APEXs
This commit is contained in:
parent
43bb6e6443
commit
29c866e0bd
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ export function blobNeedsSoong(entry: BlobEntry, ext: string) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Force Soong for APEXs to make them work better with flattened APEX builds.
|
||||||
|
if (ext == '.apex') {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
// Otherwise, just copy the file
|
// Otherwise, just copy the file
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue