Soong works with empty VNDK version
This change is to fix more misc issues to enable Soong without VNDK version. This change contains * Update properties in generated Android.mk * Update VNDK APEX build to work without VNDK version Bug: 316829758 Test: AOSP Cuttlefish build succeeded Change-Id: I10f3c798299afe2d539ec3426b8e2b6068a158f6
This commit is contained in:
@@ -105,7 +105,7 @@ func (c *Module) AndroidMkEntries() []android.AndroidMkEntries {
|
||||
entries.AddStrings("LOCAL_RUNTIME_LIBRARIES", c.Properties.AndroidMkRuntimeLibs...)
|
||||
}
|
||||
entries.SetString("LOCAL_SOONG_LINK_TYPE", c.makeLinkType)
|
||||
if c.UseVndk() {
|
||||
if c.InVendorOrProduct() {
|
||||
entries.SetBool("LOCAL_USE_VNDK", true)
|
||||
if c.IsVndk() && !c.static() {
|
||||
entries.SetString("LOCAL_SOONG_VNDK_VERSION", c.VndkVersion())
|
||||
|
Reference in New Issue
Block a user