Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e608c2e0 authored by Ray Essick's avatar Ray Essick
Browse files

Migrate more mainline-hosted code into module directory

codec registrant (swcodec), minijail, and transcoding services

Note that a couple of the Android.bp files needed tweaks since
the license clauses pointed to no-longer-visible modules. These
will be re-generated automatically.

Bug: 245354160
Test: build and boot
Change-Id: I021a3f8f2bcd628d130895874cf470d58ebe568b
parent cd4e26d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,6 @@ package {
    // all of the 'license_kinds' from "frameworks_av_services_mediacodec_license"
    // all of the 'license_kinds' from "frameworks_av_services_mediacodec_license"
    // to get the below license kinds:
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_av_services_mediacodec_license"],
}
}


cc_library {
cc_library {
+0 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,6 @@ package {
    // all of the 'license_kinds' from "frameworks_av_services_mediacodec_license"
    // all of the 'license_kinds' from "frameworks_av_services_mediacodec_license"
    // to get the below license kinds:
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_av_services_mediacodec_license"],
}
}


cc_fuzz {
cc_fuzz {
Loading