diff options
Diffstat (limited to 'touch/Library_libotouch.mk')
-rw-r--r-- | touch/Library_libotouch.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/touch/Library_libotouch.mk b/touch/Library_libotouch.mk index 1e06db466583..17d1f4529084 100644 --- a/touch/Library_libotouch.mk +++ b/touch/Library_libotouch.mk @@ -33,6 +33,10 @@ $(eval $(call gb_Library_add_exception_objects,libotouch,\ ifeq ($(OS),ANDROID) +$(eval $(call gb_Library_use_libraries,libotouch,\ + lo-bootstrap \ +)) + $(eval $(call gb_Library_add_exception_objects,libotouch,\ touch/source/android/android \ )) |