From 6af9c02cc29f6f9beda6e47bfbaf7afae1465ad3 Mon Sep 17 00:00:00 2001 From: Ta-wei Yen Date: Thu, 25 May 2017 14:57:51 -0700 Subject: Fix permissions missing in AOSP build The voicemail module permissions are in a different manifest, and was not merged. Test: manual VVM smoke test Change-Id: I00c7abf16a5ed40d2d3b0e26463663e60fc8b05f Fixes: 38421210 --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index f46e4d839..49cb3e47d 100644 --- a/Android.mk +++ b/Android.mk @@ -140,6 +140,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. @@ -426,4 +427,4 @@ LOCAL_UNINSTALLABLE_MODULE := true include $(BUILD_PREBUILT) -include $(CLEAR_VARS) \ No newline at end of file +include $(CLEAR_VARS) -- cgit v1.2.3