Remove obsolete notice property.

Bug: 192434786

Test: m droid dist

Change-Id: I0f384ae895cebab9732448b82db600c67eb8f711
This commit is contained in:
Bob Badour
2022-07-18 14:41:23 -07:00
parent cf3844c879
commit 0cc5facf79
8 changed files with 0 additions and 61 deletions

View File

@@ -194,7 +194,6 @@ func commonDefaultModules() string {
native_coverage: false,
system_shared_libs: [],
stl: "none",
notice: "custom_notice",
}
cc_library {
name: "libprofile-clang-extras",
@@ -205,7 +204,6 @@ func commonDefaultModules() string {
native_coverage: false,
system_shared_libs: [],
stl: "none",
notice: "custom_notice",
}
cc_library {
name: "libprofile-extras_ndk",
@@ -214,7 +212,6 @@ func commonDefaultModules() string {
native_coverage: false,
system_shared_libs: [],
stl: "none",
notice: "custom_notice",
sdk_version: "current",
}
cc_library {
@@ -224,7 +221,6 @@ func commonDefaultModules() string {
native_coverage: false,
system_shared_libs: [],
stl: "none",
notice: "custom_notice",
sdk_version: "current",
}