Restrict aconfig version script to linux

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

Change-Id: I167dbbe934a133e8f08f630846707870404f62fd
This commit is contained in:
Jared Duke
2024-04-26 20:19:36 +00:00
parent b951161773
commit a97d385b69

View File

@@ -102,6 +102,10 @@ cc_library {
"//apex_available:anyapex",
],
min_sdk_version: "29",
version_script: "libaconfig_storage_read_api_cc.map",
target: {
linux: {
version_script: "libaconfig_storage_read_api_cc.map",
},
},
double_loadable: true,
}