Skip to content

Commit

Permalink
Disable device.db built on build time.
Browse files Browse the repository at this point in the history
Because of the environment which does not have sqlite3 binary.
  • Loading branch information
Hiroyuki Ikezoe committed May 3, 2014
1 parent cfb7cc2 commit 9384566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ device.db:
rm -f device.db
sqlite3 $(DEVICE_DATABASE_LOCAL_PATH)/device.db < $(DEVICE_DATABASE_LOCAL_PATH)/db_init.sql

WANTED_INSTALLED_MODULES += device.db
#WANTED_INSTALLED_MODULES += device.db

0 comments on commit 9384566

Please sign in to comment.