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

Commit 2f32fb43 authored by Inseob Kim's avatar Inseob Kim Committed by android-build-merger
Browse files

Merge "Remove vendor_availble of propertyinfoserializer"

am: f08e28e4

Change-Id: Idad626b746e509cffad76431644a7388a8022fa5
parents 85dfd085 f08e28e4
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
cc_defaults {
    name: "propertyinfoserializer_defaults",
    host_supported: true,
    vendor_available: true,
    cpp_std: "experimental",
    cppflags: [
        "-Wall",
@@ -9,10 +8,8 @@ cc_defaults {
        "-Werror",
    ],
    static_libs: [
        "libpropertyinfoparser",
    ],
    shared_libs: [
        "libbase",
        "libpropertyinfoparser",
    ],
}