diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-21 00:08:44 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-02-21 00:08:44 +0000 |
commit | 754ea980243a142955ee6661806df4c44f462ee8 (patch) | |
tree | 205ff13fb29694bfcc432967aa1041dc2de0b691 | |
parent | 36295ea064494f361dc15eef19ed68cbe403e94a (diff) | |
parent | 242f1d1c908233e16caae1edd13c6fa2f865ee72 (diff) |
Snap for 7160059 from 242f1d1c908233e16caae1edd13c6fa2f865ee72 to sc-release
Change-Id: I67ba3400c3c1058b205609f979df7dc8f338614d
-rw-r--r-- | Android.bp | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -12,6 +12,23 @@ // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["packages_apps_SettingsIntelligence_license"], +} + +// Added automatically by a large-scale-change +// See: http://go/android-license-faq +license { + name: "packages_apps_SettingsIntelligence_license", + visibility: [":__subpackages__"], + license_kinds: [ + "SPDX-license-identifier-Apache-2.0", + ], + license_text: [ + "NOTICE", + ], +} + android_app { name: "SettingsIntelligence", optimize: { |