Merge changes from topic "apex-allowed-deps"
* changes: Add PHONY for apex-allowed-deps check. Update apex/allowed_deps.txt
This commit is contained in:
commit
a6d18b6830
2 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,7 @@ libc++demangle(minSdkVersion:apex_inherit)
|
|||
libc_headers(minSdkVersion:apex_inherit)
|
||||
libc_headers_arch(minSdkVersion:apex_inherit)
|
||||
libcap(minSdkVersion:29)
|
||||
libclang_rt.hwasan-aarch64-android.llndk(minSdkVersion:(no version))
|
||||
libcodec2(minSdkVersion:29)
|
||||
libcodec2_headers(minSdkVersion:29)
|
||||
libcodec2_hidl@1.0(minSdkVersion:29)
|
||||
|
|
|
@ -100,6 +100,8 @@ func (s *apexDepsInfoSingleton) GenerateBuildActions(ctx android.SingletonContex
|
|||
"new_allowed_deps": newAllowedDeps.String(),
|
||||
},
|
||||
})
|
||||
|
||||
ctx.Phony("apex-allowed-deps-check", s.allowedApexDepsInfoCheckResult)
|
||||
}
|
||||
|
||||
func (s *apexDepsInfoSingleton) MakeVars(ctx android.MakeVarsContext) {
|
||||
|
|
Loading…
Reference in a new issue