I want to make an android platform with psqlDroid (for emulator). I followed these instructions:
Download & configure the Android source tree
Download postgresql-8.4.1
Download the psqldroid patch
Extract the postgres archive and move the directory to
external/postgresql
under the Android source treeChange into the
external/postgresql
directoryApply the psqldroid patch
Run
sh create-symbolic-links.sh
Change to the root of the android source tree
make psql
and result is the following:
build/core/base_rules.mk:78: *** Module name: psql
build/core/base_rules.mk:79: *** Makefile location: external/postgresql
....
build/core/base_rules.mk:90: * Add "LOCAL_MODULE_TAGS := optional" in the
....
build/core/base_rules.mk:102: *** user tag detected on new module - user tags are only supported on
legacy modules. Stop.
mike@ubuntu:~/myandroid$
so I opened and checked out Android.mk
file in the path, external/postgresql/src/interfaces/psql/
.
I could not find defined LOCAL_MODULE_TAGS
.
Is there anyone who knows how to solve this problem?
Please help me. I'm ready to listen carefully any advice.
If I miss anything, please let me know. I will attach it whatever.
Have a very fantastic day!