[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/systemui
Added SPDX-license-identifier-Apache-2.0 to:
searchuilib/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: Ie8145167ebc4e3b1c82a87f005c30a2bc7d00542
diff --git a/searchuilib/Android.bp b/searchuilib/Android.bp
index 69695c6..1721686 100644
--- a/searchuilib/Android.bp
+++ b/searchuilib/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_library {
name: "search_ui",