Updating cert and key for EAP-TLS during remediation. Fixed WNM remediation logic. Bug=28885285 Bug=27485600 Bug=27485524 Change-Id: I1272d8d004a8fd9853f80e951531c0b67ddf34e3
24 lines
598 B
Makefile
24 lines
598 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_PROGUARD_ENABLED := disabled
|
|
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
LOCAL_SRC_FILES += \
|
|
src/com/android/hotspot2/app/IOSUAccessor.aidl \
|
|
src/com/android/hotspot2/flow/IFlowService.aidl
|
|
|
|
LOCAL_JAVA_LIBRARIES := telephony-common ims-common bouncycastle conscrypt
|
|
|
|
LOCAL_PACKAGE_NAME := Osu
|
|
LOCAL_CERTIFICATE := platform
|
|
LOCAL_PRIVILEGED_MODULE := true
|
|
|
|
include $(BUILD_PACKAGE)
|
|
|
|
########################
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|