summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2018-12-07 00:42:25 +0900
committer Jiyong Park <jiyong@google.com> 2018-12-07 14:29:59 +0900
commit7c2ee713ec59e3592fd4af8a759d0fbcb7181dbd (patch)
tree132b602ecb0734e36428bf41b65961f8f9f66037 /java/java_test.go
parent33b03f71054fd1bb91528cfb8afa4dcacaf550ed (diff)
Fix: a module with sub_dir can't be placed in APEX
This change fixes the bug that when a module is defined with sub_dir, then build breaks when the module is included in an APEX. This was happening because, for example when we have a prebuilt_etc module having sub_dir set to "foo/bar", then only etc/foo/bar is added to the canned_fs_config file and other intermediate directories (etc, etc/foo) are not added. e2fsdroid however expects that every directories to be listed. Fixing the problem by adding parent directories when adding a directory to canned_fs_config. Bug: 120600179 Test: m (a new test case added to apex_test) Change-Id: If712ff65761a7e1e3216371bb2eb7acf9cb5dc9e
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions