Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e8fe6fe authored by Jiyong Park's avatar Jiyong Park Committed by Gerrit Code Review
Browse files

Merge "Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex"

parents 4c3a4ade 41229f58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1046,7 +1046,7 @@ func (a *apexBundle) androidMkForType(apexType apexPackaging) android.AndroidMkD
		Custom: func(w io.Writer, name, prefix, moduleDir string, data android.AndroidMkData) {
			moduleNames := []string{}
			if a.installable() {
				a.androidMkForFiles(w, name, moduleDir)
				moduleNames = a.androidMkForFiles(w, name, moduleDir)
			}

			if a.flattened && apexType.image() {