Merge "Include headers and props to VNDK snapshot"

This commit is contained in:
Treehugger Robot
2019-08-11 23:04:49 +00:00
committed by Gerrit Code Review
5 changed files with 203 additions and 133 deletions

View File

@@ -848,6 +848,10 @@ func (c *config) FrameworksBaseDirExists(ctx PathContext) bool {
return ExistentPathForSource(ctx, "frameworks", "base").Valid()
}
func (c *config) VndkSnapshotBuildArtifacts() bool {
return Bool(c.productVariables.VndkSnapshotBuildArtifacts)
}
func (c *deviceConfig) Arches() []Arch {
var arches []Arch
for _, target := range c.config.Targets[Android] {