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

Commit da8546dc authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Include "service-media-s" in media apex

Bug: 175511943
Test: MediaCommunicationService can run.
      'adb shell service list' shows the service.
Change-Id: I4f87f3c1d3131ef6749712c7cc62297ba2c54b65
Merged-In: I4f87f3c1d3131ef6749712c7cc62297ba2c54b65
parent 82aff675
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,7 +15,10 @@
apex_defaults {
    name: "com.android.media-defaults",
    updatable: true,
    java_libs: ["updatable-media"],
    java_libs: [
      "updatable-media",
      "service-media-s",
    ],
    multilib: {
        first: {
            // Extractor process runs only with the primary ABI.