starter: Remove starter-specific plugin lists

It hasn't loaded any plugins since d8fdd1018e ("starter: Don't flush
SAs in the kernel"), which was released with 5.3.3.
This commit is contained in:
Tobias Brunner
2023-02-16 13:25:34 +01:00
parent 68ccb1930c
commit 4e91ff7d8c
4 changed files with 6 additions and 13 deletions
+1 -4
View File
@@ -17,11 +17,8 @@ strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
pkcs1 pkcs8 pem xcbc hmac kdf kernel-netlink socket-default android-dns \
stroke eap-identity eap-mschapv2 eap-md5 eap-gtc
strongswan_STARTER_PLUGINS := kernel-netlink
# list of all plugins - used to enable them with the function below
strongswan_PLUGINS := $(sort $(strongswan_CHARON_PLUGINS) \
$(strongswan_STARTER_PLUGINS))
strongswan_PLUGINS := $(sort $(strongswan_CHARON_PLUGINS))
include $(LOCAL_PATH)/Android.common.mk