diff --git a/rtl/android/Makefile b/rtl/android/Makefile index 95165f3f35..499ec158dd 100644 --- a/rtl/android/Makefile +++ b/rtl/android/Makefile @@ -2148,7 +2148,7 @@ endif ifeq ($(FULL_TARGET),i8086-msdos) override COMPILER_TARGETDIR+=. endif -override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors sockets varutils classes fgl variants sysconst rtlconsts +override SHARED_LIBUNITS=$(SYSTEMUNIT) objpas strings dos unix baseunix unixtype unixutil sysutils typinfo math $(CPU_UNITS) getopts errors sockets classes fgl sysconst rtlconsts ifdef REQUIRE_UNITSDIR override UNITSDIR+=$(REQUIRE_UNITSDIR) endif diff --git a/rtl/android/Makefile.fpc b/rtl/android/Makefile.fpc index 1f95ca6fc1..86ca4bca32 100644 --- a/rtl/android/Makefile.fpc +++ b/rtl/android/Makefile.fpc @@ -42,8 +42,8 @@ libunits=$(SYSTEMUNIT) objpas strings dos \ unix baseunix unixtype unixutil \ sysutils typinfo math \ $(CPU_UNITS) getopts \ - errors sockets varutils \ - classes fgl variants sysconst rtlconsts \ + errors sockets \ + classes fgl sysconst rtlconsts \ [prerules] RTL=..