Android: use APPEXTRA instead of makefile hack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78d0fdab9c
commit
7228f2fa9f
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue