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
This commit is contained in:
Roland Levillain
2020-01-06 14:37:14 +00:00
parent d301ecf55f
commit b459a67437

View File

@@ -69,7 +69,6 @@ cc_library {
name: "service.incremental",
defaults: [
"service.incremental-defaults",
"linux_bionic_supported",
],
export_include_dirs: ["include/",],