commit | 6e8fe6feb16ee95187d37cfe8084d46290f0e826 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Feb 07 16:08:24 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 07 16:08:24 2019 +0000 |
tree | ae2f0de6eba0153cdb7e2c9948720c2ffcc472a8 | |
parent | 4c3a4aded31285fc2828a951377aaf7b05868dc9 [diff] | |
parent | 41229f584a9cdd4095488960dc8fe6d8372fa635 [diff] |
Merge "Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex"
diff --git a/apex/apex.go b/apex/apex.go index 3584896..d25c256 100644 --- a/apex/apex.go +++ b/apex/apex.go
@@ -1046,7 +1046,7 @@ 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() {