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:
Nikita Ioffe 2020-11-05 14:02:33 +00:00 committed by Gerrit Code Review
commit a6d18b6830
2 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -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) {