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

Commit 642fc1d0 authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Enable 64-bit cameraserver builds

Allow 64-bit builds on 64-bit devices.

Bug: 135535544
Test: Manual using camera application and setting "adb shell date
060910002043.00", Camera CTS

Change-Id: I665da3c5b9a1ee3c9a061a7370a62ecff517ee6a
parent 7f16a338
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ cc_binary {
        "android.hardware.camera.device@3.2",
        "android.hardware.camera.device@3.4",
    ],
    compile_multilib: "prefer32",
    compile_multilib: "first",
    cflags: [
        "-Wall",
        "-Wextra",