Merge "VNDK is fully deprecated from Soong" into main

This commit is contained in:
Kiyoung Kim
2024-06-04 00:48:12 +00:00
committed by Android (Google) Code Review
5 changed files with 2 additions and 42 deletions

View File

@@ -1400,10 +1400,6 @@ func (c *config) PrebuiltHiddenApiDir(_ PathContext) string {
return String(c.productVariables.PrebuiltHiddenApiDir)
}
func (c *config) IsVndkDeprecated() bool {
return !Bool(c.productVariables.KeepVndk)
}
func (c *config) VendorApiLevel() string {
return String(c.productVariables.VendorApiLevel)
}