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

Commit dec0d823 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8029633 from ae55f26a to tm-release

Change-Id: Ifa45caca1186d767dee1652213804d5151ce52b9
parents 2df284bd ae55f26a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -225,10 +225,7 @@ cc_library {
        "portability*",
    ],

    pgo: {
        sampling: true,
        profile_file: "libbinder/libbinder.profdata",
    },
    afdo: true,
}

cc_defaults {
+1 −4
Original line number Diff line number Diff line
@@ -248,10 +248,7 @@ cc_library_shared {
        "libpdx_headers",
    ],

    pgo: {
        sampling: true,
        profile_file: "libgui/libgui.profdata",
    },
    afdo: true,

    lto: {
        thin: true,
+1 −4
Original line number Diff line number Diff line
@@ -227,10 +227,7 @@ cc_library_shared {
    ],
    min_sdk_version: "29",

    pgo: {
        sampling: true,
        profile_file: "libui/libui.profdata",
    },
    afdo: true,
}

cc_library_headers {
+1 −4
Original line number Diff line number Diff line
@@ -80,10 +80,7 @@ cc_library_shared {
        "libpermission",
    ],

    pgo: {
        sampling: true,
        profile_file: "sensorservice/libsensorservice.profdata",
    },
    afdo: true,
}

cc_binary {