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

Commit 3f7ac78f 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 6c1bc0d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ package {
    // all of the 'license_kinds' from "frameworks_av_services_mediacodec_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_av_services_mediacodec_license"],
}

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

cc_fuzz {
Loading