[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/common

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

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I6ee34b2b64c60bc33d9a8169b956a49ad97099e1
This commit is contained in:
Bob Badour
2021-11-11 10:36:43 -08:00
parent 0305f80cb3
commit de258df0ae

View File

@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
python_test_host { python_test_host {
name: "mainline_modules_sdks_test", name: "mainline_modules_sdks_test",
main: "mainline_modules_sdks_test.py", main: "mainline_modules_sdks_test.py",