Re: [android-building] make systemtarball and selinux context

2018-09-19 Thread 'Dan Willemsen' via Android Building
I'm not sure anyone is using the systemtarball functionality anymore, especially with the lack of selinux as you've discovered. Generally we put the prebuilt APKs as inputs into the Android build, since they may be modified and transformed by the build (uncompress shared libs, strip dex files,

[android-building] make systemtarball and selinux context

2018-09-19 Thread Jan Leonhardt
Hello yall, i tried to create a system tarball to add some apk's in other build jobs. but the created tarballs have no selinux context inside. a look into build/tools/mktarball.sh shows, that tar is used without --selinux parameter. If i put the content from that tarball to my system