Add LOCAL_LICENSE_KINDS to system/core
Added SPDX-license-identifier-Apache-2.0 to: init/fuzzer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I2db55c80799d0a8fc5935d9b07a2ddb17eb7235e
This commit is contained in:
parent
71d9f3607b
commit
03d5052754
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package {
|
||||
default_applicable_licenses: ["system_core_init_license"],
|
||||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "libinit_defaults",
|
||||
static_libs: [
|
||||
|
|
Loading…
Reference in a new issue