Merge "Remove PlatformVndkVersion property" into main am: 6954bd2337
am: 762d78f2f1
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3000610 Change-Id: I17ec9730acd6e458fdfab61fa3a304b3761e35ba Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1448,10 +1448,6 @@ func (c *deviceConfig) CurrentApiLevelForVendorModules() string {
|
||||
return StringDefault(c.config.productVariables.DeviceCurrentApiLevelForVendorModules, "current")
|
||||
}
|
||||
|
||||
func (c *deviceConfig) PlatformVndkVersion() string {
|
||||
return String(c.config.productVariables.Platform_vndk_version)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) ExtraVndkVersions() []string {
|
||||
return c.config.productVariables.ExtraVndkVersions
|
||||
}
|
||||
|
Reference in New Issue
Block a user