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

Commit 1b7094d0 authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Remove dead dependency of libartimagevalues.

Not used anymore now that A/B doesn't compile images.

Test: m
Bug: 142946543
Change-Id: I85686098357be044953af8e09404e95f726abe34
parent 02d7e69f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -214,7 +214,6 @@ cc_binary {
    header_libs: ["dex2oat_headers"],

    static_libs: [
        "libartimagevalues",
        "libdiskusage",
        "libotapreoptparameters",
    ],
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <android-base/macros.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
#include <art_image_values.h>
#include <cutils/fs.h>
#include <cutils/properties.h>
#include <dex2oat_return_codes.h>