Merge changes I154a6f3a,I79f0c20a,I605ae9af,I647c7305,I95e96e3e, ...
* changes: Move fuzzer's CollectAllSharedDependencies into GenerateAndroidBuildActions Support AllowMissingDependencies in prebuilt_apex modules Support AllowMissingDependencies for apex dependencies Add AllowMissingDependencies support for prebuilt_etc module with no src property Make OutputFileForModule work for AllowMissingDependencies Fix panics when target arch is riscv64
This commit is contained in:
@@ -90,10 +90,11 @@ func (as *AndroidAppSet) APKCertsFile() android.Path {
|
||||
}
|
||||
|
||||
var TargetCpuAbi = map[string]string{
|
||||
"arm": "ARMEABI_V7A",
|
||||
"arm64": "ARM64_V8A",
|
||||
"x86": "X86",
|
||||
"x86_64": "X86_64",
|
||||
"arm": "ARMEABI_V7A",
|
||||
"arm64": "ARM64_V8A",
|
||||
"riscv64": "RISCV64",
|
||||
"x86": "X86",
|
||||
"x86_64": "X86_64",
|
||||
}
|
||||
|
||||
func SupportedAbis(ctx android.ModuleContext) []string {
|
||||
|
Reference in New Issue
Block a user