diff --git a/apps/apps.make b/apps/apps.make index 844816d110..6afcd12b5c 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -8,9 +8,6 @@ # INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) -ifdef APP_TYPE - INCLUDES += -I$(APPSDIR)/hosted -I$(APPSDIR)/hosted/$(APP_TYPE) -endif SRC += $(call preprocess, $(APPSDIR)/SOURCES) # apps/features.txt is a file that (is preprocessed and) lists named features diff --git a/tools/configure b/tools/configure index eaa391c3e7..852c388bb7 100755 --- a/tools/configure +++ b/tools/configure @@ -2992,7 +2992,7 @@ fi bmp2rb_native="$rootdir/tools/bmp2rb -f 4" output="librockbox.so" bootoutput="librockbox.so" - appextra="recorder:gui:radio:hosted" + appextra="recorder:gui:radio:hosted/android" plugins="yes" swcodec="yes" # architecture, manufacturer and model for the target-tree build