| default_applicable_licenses: ["external_selinux_secilc_license"], |
| // Added automatically by a large-scale-change |
| // http://go/android-license-faq |
| name: "external_selinux_secilc_license", |
| visibility: [":__subpackages__"], |
| "SPDX-license-identifier-BSD", |
| static_libs: ["libsepol"], |
| // secilc is a program that is executed very early by init. |
| // Since it is before the mount namespaces are setup, /system/bin/linker |
| // and /system/lib/libc.so point to the mount points where nothing |
| // is mounted on yet. Therefore, secilc has to have explicit knowledge about |
| // the paths where the bootstrap Bionic is. bootstrap:true sets DT_INTERP to |
| // /system/bin/bootstrap/linker. |