Revert "Add apex compat symlinks to LOCAL_SOONG_INSTALL_SYMLINKS"
Revert submission 2718295-colefaust_track_apex_compat_symlinks Reason for revert: To validate if this change is causing the build breakage. Reverted changes: /q/submissionid:2718295-colefaust_track_apex_compat_symlinks Change-Id: I1896530219cf984efdf9ca7f4b14d8784367f242
This commit is contained in:
committed by
Gerrit Code Review
parent
b23d574655
commit
0a693c5b5c
@@ -287,7 +287,6 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData {
|
||||
if a.installable() {
|
||||
fmt.Fprintln(w, "LOCAL_SOONG_INSTALLED_MODULE :=", a.installedFile.String())
|
||||
fmt.Fprintln(w, "LOCAL_SOONG_INSTALL_PAIRS :=", a.outputFile.String()+":"+a.installedFile.String())
|
||||
fmt.Fprintln(w, "LOCAL_SOONG_INSTALL_SYMLINKS := ", strings.Join(a.compatSymlinks.Strings(), " "))
|
||||
}
|
||||
|
||||
// Because apex writes .mk with Custom(), we need to write manually some common properties
|
||||
|
Reference in New Issue
Block a user