[Feature] Remove STL from libsyscall.

This commit is contained in:
Hai Zhang 2023-08-22 05:24:25 -07:00
parent 6e42c84e59
commit ce1b9edaf4

View File

@ -41,6 +41,11 @@ android {
buildConfigField 'String', 'FILE_PROVIDIER_AUTHORITY', 'APPLICATION_ID + ".file_provider"'
resValue 'string', 'app_provider_authority', applicationId + '.app_provider'
resValue 'string', 'file_provider_authority', applicationId + '.file_provider'
externalNativeBuild {
cmake {
arguments "-DANDROID_STL=none"
}
}
}
buildFeatures {
aidl true