Merge "Deprecate VNDK-Lite"
This commit is contained in:
@@ -1252,10 +1252,6 @@ func (c *config) MissingUsesLibraries() []string {
|
||||
return c.productVariables.MissingUsesLibraries
|
||||
}
|
||||
|
||||
func (c *deviceConfig) BoardVndkRuntimeDisable() bool {
|
||||
return Bool(c.config.productVariables.BoardVndkRuntimeDisable)
|
||||
}
|
||||
|
||||
func (c *deviceConfig) DeviceArch() string {
|
||||
return String(c.config.productVariables.DeviceArch)
|
||||
}
|
||||
|
@@ -308,8 +308,6 @@ type productVariables struct {
|
||||
BoardPlatPrivateSepolicyDirs []string `json:",omitempty"`
|
||||
BoardSepolicyM4Defs []string `json:",omitempty"`
|
||||
|
||||
BoardVndkRuntimeDisable *bool `json:",omitempty"`
|
||||
|
||||
VendorVars map[string]map[string]string `json:",omitempty"`
|
||||
|
||||
Ndk_abis *bool `json:",omitempty"`
|
||||
|
@@ -559,10 +559,6 @@ func (c *vndkSnapshotSingleton) GenerateBuildActions(ctx android.SingletonContex
|
||||
return
|
||||
}
|
||||
|
||||
if ctx.DeviceConfig().BoardVndkRuntimeDisable() {
|
||||
return
|
||||
}
|
||||
|
||||
var snapshotOutputs android.Paths
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user