Merge "Add LOCAL_LICENSE_KINDS to system/core"
This commit is contained in:
commit
25bffff0cd
2 changed files with 10 additions and 0 deletions
|
|
@ -15,6 +15,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
cc_fuzz {
|
||||
name: "fastboot_fuzzer",
|
||||
host_supported: true,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,11 @@
|
|||
// limitations under the License.
|
||||
//
|
||||
|
||||
package {
|
||||
// See: http://go/android-license-faq
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
cc_fuzz {
|
||||
name: "libfstab_fuzzer",
|
||||
srcs: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue