[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/SdkExtensions

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  derive_sdk/Android.bp
  framework/Android.bp
  gen_sdk/Android.bp
  proto/Android.bp
  testing/Android.bp
  tests/cts/Android.bp
  tests/e2e/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I586f12407412b9c8826585dd476cb5b564cdd679
diff --git a/derive_sdk/Android.bp b/derive_sdk/Android.bp
index ca80b9b..78a1248 100644
--- a/derive_sdk/Android.bp
+++ b/derive_sdk/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"],
+}
+
 cc_defaults {
     name: "derive_sdk-defaults",
     min_sdk_version: "30",