Restrict aconfig version script to linux
Avoid breakage on other platforms. Bug: 336657207 Test: m Change-Id: I167dbbe934a133e8f08f630846707870404f62fd
This commit is contained in:
@@ -102,6 +102,10 @@ cc_library {
|
|||||||
"//apex_available:anyapex",
|
"//apex_available:anyapex",
|
||||||
],
|
],
|
||||||
min_sdk_version: "29",
|
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,
|
double_loadable: true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user