diff options
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | 2021-03-11 11:04:49 +0000 |
---|---|---|
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | 2021-03-11 11:04:49 +0000 |
commit | 06043022b31791b14b7efe97e283352a4affe523 (patch) | |
tree | 205ff13fb29694bfcc432967aa1041dc2de0b691 | |
parent | 13f2d3c8b213c190329b004f4d56a558d16cdd29 (diff) | |
parent | 4dd06ddf172c012b70ccd0fb7058de8ad7a6e678 (diff) |
Snap for 7199817 from 4dd06ddf172c012b70ccd0fb7058de8ad7a6e678 to s-keystone-qcom-release
Change-Id: I74da4fdc9be18bb111cc8f0c6e777a94843dce07
-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: { |