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

Commit df76f611 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Automerger Merge Worker
Browse files

Merge "Remove dead dependency of libartimagevalues." am: ab5d3f74

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1408067

Change-Id: Ic44b98572611891b4e28c086035bab2d0f2565d7
parents 2468183a ab5d3f74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -242,7 +242,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>