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

Commit 1d5f7edc authored by Mufaddal Chakera's avatar Mufaddal Chakera
Browse files

libmediametrics and libmediametricsservice: Updated Android.bp

Updated to  build both static and shared library for both the libraries.

Test: Build libmediametrics
Test: Build libmediametricsservice
Bug: 172429215

Change-Id: I2d2043cab0cc72a36df053005edc6f9adcb1ca4e
parent 85486fc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ cc_library_headers {
    export_include_dirs: ["include"],
}

cc_library_shared {
cc_library {
    name: "libmediametrics",

    srcs: [
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ cc_binary {
    ],
}

cc_library_shared {
cc_library {
    name: "libmediametricsservice",
    defaults: [
        "mediametrics_flags_defaults",