summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
author Jiyong Park <jiyong@google.com> 2021-03-03 20:02:42 +0900
committer Jiyong Park <jiyong@google.com> 2021-03-03 22:31:09 +0900
commit4d86107c8490066814fd3b0e0de6680349bf1d38 (patch)
treec11c2b24f036db6a1f773db4aab7847acfe50db7 /python/python.go
parent3bed960399dad2f97f75ef33e1ab407b84d3e6c7 (diff)
init_rc and vintf_fragments appear in PackagingSpecs()
init_rc and vintf_fragments have been directly translated into LOCAL_INIT_RC and LOCAL_VINTF_FRAGMENTS and then installed completely in Make. This is causing problem when a module having either of the properties is included in an android_filesystem module. The rc or fragment files are not included in the filesystem module because Soong doesn't track the files. This change fixes the problem by calling PackageFile() on the two types of files so that they appear in PackagingSpecs(). Bug: 181728384 Test: m microdroid_super and inspect the image. It has /system/etc/init/servicemanager.rc Change-Id: Ie1443696369b5d2b1e8f520f0f218d33a3dd67b7
Diffstat (limited to 'python/python.go')
0 files changed, 0 insertions, 0 deletions