summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorScott Mertz <scott@cyngn.com>2016-02-17 11:44:39 -0800
committerScott Mertz <scott@cyngn.com>2016-02-17 14:49:13 -0800
commitebf074825de5a2bfcef3bcbf626c92b9f0020d1c (patch)
tree15b7a71628e2c59206b31273ba29955202724677 /Android.mk
parente1eb52ca54e383f5465e919c074b27553d9cd410 (diff)
downloadandroid_packages_apps_SoundRecorder-ebf074825de5a2bfcef3bcbf626c92b9f0020d1c.tar.gz
android_packages_apps_SoundRecorder-ebf074825de5a2bfcef3bcbf626c92b9f0020d1c.tar.bz2
android_packages_apps_SoundRecorder-ebf074825de5a2bfcef3bcbf626c92b9f0020d1c.zip
SoundRecorder: sign with platform key
WRITE_MEDIA_STORAGE requires signature or priveleged protectionLevel. Fixes issue where SoundRecorder cannot save files to SDCARD. CYNGNOS-2071 Change-Id: I0def5055d135f980ef2a914f5f8a1e05cc986ede
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 8dabc20..ef5ee14 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,6 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
+LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(call all-java-files-under, src)