da51e68e58
Guard install/uninstall by enforcing that the caller have the new system-only permission MANAGE_CA_CERTIFICATES. Also include API methods for asking whether there are any User CA certs installed, or if one by a particular name is installed in the keystore. CA certs will be installed via KeyChain into the TrustedCertificateStore. Bug: 8232670 Change-Id: I17b47a452e72eb4fe556dc6db823a46c6e854be8
19 lines
439 B
Makefile
19 lines
439 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
# the library
|
|
# ============================================================
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
$(call all-subdir-java-files) \
|
|
com/android/server/EventLogTags.logtags \
|
|
com/android/server/am/EventLogTags.logtags
|
|
|
|
LOCAL_MODULE:= services
|
|
|
|
LOCAL_JAVA_LIBRARIES := android.policy conscrypt telephony-common
|
|
|
|
include $(BUILD_JAVA_LIBRARY)
|
|
|
|
include $(BUILD_DROIDDOC)
|