[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/systemui am: 21cbf34f75 am: e5600bcf8a am: f2ec734e9e

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/1589017

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie1cfd90af5cdf71754508be841e5cbea1a756d3a
diff --git a/iconloaderlib/Android.bp b/iconloaderlib/Android.bp
index f12d16e..515aab6 100644
--- a/iconloaderlib/Android.bp
+++ b/iconloaderlib/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: "iconloader_base",
     sdk_version: "28",