Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Let VoiceDialer.apk depend on libsrec_jni and srec data files.
Browse files Browse the repository at this point in the history
Bug: 6294985
Change-Id: Id361e65e535c7d4b5f373fc3a15144b8de56483a
  • Loading branch information
Ying Wang committed Jun 16, 2012
1 parent 8f4d4e3 commit 3e0d206
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Android.mk
Expand Up @@ -7,8 +7,15 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \

LOCAL_PACKAGE_NAME := VoiceDialer

LOCAL_REQUIRED_MODULES := libsrec_jni

include $(BUILD_PACKAGE)

# Install the srec data files if VoiceDialer.apk is installed to system image.
include external/srec/config/en.us/config.mk
$(LOCAL_INSTALLED_MODULE) : | $(SREC_CONFIG_TARGET_FILES)
# SREC_CONFIG_TARGET_FILES is from external/srec/config/en.us/config.mk and now can be cleaned up.
SREC_CONFIG_TARGET_FILES :=

# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))

0 comments on commit 3e0d206

Please sign in to comment.