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

Commit b459a674 authored by Roland Levillain's avatar Roland Levillain
Browse files

Disable module `service.incremental` on Linux-Bionic builds.

This module is not really needed for Linux-Bionic builds, and is
currently breaking a Linux-Bionic target on the Android Build.

Test: DIST_DIR=$(pwd)/out/dist \
        ./art/tools/dist_linux_bionic.sh \
        com.android.art.host com.android.support.apexer

Change-Id: I281ea2e400ec04700daf5de0e3ec62d9b339b22f
parent d301ecf5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ cc_library {
    name: "service.incremental",
    defaults: [
        "service.incremental-defaults",
        "linux_bionic_supported",
    ],

    export_include_dirs: ["include/",],