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

Commit 6f83764c authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Re-add compile_multilib to statsd apex

An earlier revert removed compile_multilib: both line which caused only
64-bit variant of libstats_jni to be added to the apex when 32-bit is
also required.

This change adds both 32-bit and 64-bit variants to the apex.

Bug: 149720256
Test: m
Test: fastboot flashall
Test: launch Play Store
Change-Id: I594b290e60052e28139cd954a54ada1067d43e09
parent 2f156b0d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ apex_defaults {
        "framework-statsd",
        "service-statsd",
    ],
    compile_multilib: "both",
    // prebuilts: ["my_prebuilt"],
    name: "com.android.os.statsd-defaults",
    key: "com.android.os.statsd.key",