commit | e303fd58aae50e519206aeb20bb7706bc4495885 | [log] [tgz] |
---|---|---|
author | codeworkx <daniel.hillenbrand@codeworkx.de> | Wed Aug 22 14:24:30 2018 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Nov 09 22:47:37 2019 +0200 |
tree | c5956f7e715234ba5f2f79dcbce041b7f853a2f5 | |
parent | ab012beba808feaf2fec637c5aa8a2d7991eca9f [diff] [blame] |
Snap: use platform cert This is needed to be able to put Snap into it's own selinux domain. Change-Id: I23f73723a9b62ee67b6d0f234898828eba945962
diff --git a/Android.mk b/Android.mk index 7ad043b..b9ee73b 100755 --- a/Android.mk +++ b/Android.mk
@@ -38,7 +38,8 @@ LOCAL_PACKAGE_NAME := Snap LOCAL_PRIVILEGED_MODULE := true -LOCAL_PRIVATE_PLATFORM_APIS:=true +LOCAL_PRIVATE_PLATFORM_APIS := true +LOCAL_CERTIFICATE := platform LOCAL_AAPT_FLAGS += --rename-manifest-package org.lineageos.snap