summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2017-05-26 01:56:06 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-26 01:56:06 +0000
commit7e1bfb4ab42a8b066d9d978e735b03e0405c6ad3 (patch)
tree4c85781faeb02372ce92f6d4f9d1241e4efa9cb9
parent15528d8d010d2bc6509bd8cc62f2d8972ed199b7 (diff)
parent8b80f2b663dac91b55432bfe6886295d3a6511d7 (diff)
downloadandroid_packages_apps_Dialer-7e1bfb4ab42a8b066d9d978e735b03e0405c6ad3.tar.gz
android_packages_apps_Dialer-7e1bfb4ab42a8b066d9d978e735b03e0405c6ad3.tar.bz2
android_packages_apps_Dialer-7e1bfb4ab42a8b066d9d978e735b03e0405c6ad3.zip
Fix permissions missing in AOSP build am: 6af9c02cc2
am: 8b80f2b663 Change-Id: I43a9dacc38f86b7a1286cbaf28eb8b526926e30e
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1388b0133..fd38fd353 100644
--- a/Android.mk
+++ b/Android.mk
@@ -144,6 +144,7 @@ DIALER_MANIFEST_FILES += \
$(BASE_DIR)/incallui/video/protocol/AndroidManifest.xml \
$(BASE_DIR)/incallui/wifi/AndroidManifest.xml \
$(BASE_DIR)/voicemail/impl/AndroidManifest.xml \
+ $(BASE_DIR)/voicemail/permissions.xml \
# Merge all manifest files.
@@ -430,4 +431,4 @@ LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)
-include $(CLEAR_VARS) \ No newline at end of file
+include $(CLEAR_VARS)