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

Commit a97d385b authored by Jared Duke's avatar Jared Duke
Browse files

Restrict aconfig version script to linux

Avoid breakage on other platforms.
Bug: 336657207
Test: m

Change-Id: I167dbbe934a133e8f08f630846707870404f62fd
parent b9511617
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -102,6 +102,10 @@ cc_library {
        "//apex_available:anyapex",
    ],
    min_sdk_version: "29",
    target: {
        linux: {
            version_script: "libaconfig_storage_read_api_cc.map",
        },
    },
    double_loadable: true,
}