[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Car/RotaryController

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  tests/robotests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work

Change-Id: Ida36e9ab4f6ddb250aa70f6c24fcaf142566283a
Merged-in: I6ce8979f6633e91a80509deb897ba321b839d9ad
diff --git a/Android.bp b/Android.bp
index 6c8f095..5390295 100644
--- a/Android.bp
+++ b/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_app {
     name: "CarRotaryController",
     srcs: ["src/**/*.java"],
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp
index cd7e866..4c3878e 100644
--- a/tests/robotests/Android.bp
+++ b/tests/robotests/Android.bp
@@ -1,6 +1,10 @@
 //###############################################
 // CarRotaryController Robolectric test target. #
 //###############################################
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 android_robolectric_test {
     name: "CarRotaryControllerRoboTests",