diff options
author | Yorke Lee <yorkelee@google.com> | 2015-04-27 13:59:39 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-04-27 13:59:39 -0700 |
commit | 57dee3b9e345b2a61f7bccae4b0e2b8ffc291b92 (patch) | |
tree | e3c5d1adde31e628def347f362288f5984dfab20 | |
parent | ac1751773a9ea038add852b8bcd60c0ba10284af (diff) |
Unbundle AOSP Dialer in mnc-dev
Change-Id: I05fcae30e8529a19c9dc22725d0097121f4b733c
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 11e7450ce..0a93c32b0 100644 --- a/Android.mk +++ b/Android.mk @@ -52,7 +52,7 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(incallui_dir)/proguard.flags # Uncomment the following line to build against the current SDK # This is required for building an unbundled app. -# LOCAL_SDK_VERSION := current +LOCAL_SDK_VERSION := current include $(BUILD_PACKAGE) |