1) Currently OsuLogin application has different color and style with CaptivePortalLogin. It is better to have same style with CaptivePortalLogin from user perspective. 2) remove NET_CAPABILITY_TRUSTED cap to catch the disconnect event for ehpemeral network which was set in ag/5054830 Bug: 118454343 Test: live test with Passpoint R2 service provider AP Change-Id: I4121d56b843d0ff2ebebb4bd4a063f2a5c5a0dd8 Signed-off-by: Ecco Park <eccopark@google.com>
16 lines
391 B
Makefile
16 lines
391 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_USE_AAPT2 := true
|
|
LOCAL_STATIC_ANDROID_LIBRARIES := androidx.legacy_legacy-support-v4
|
|
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
|
|
LOCAL_PACKAGE_NAME := OsuLogin
|
|
LOCAL_PRIVATE_PLATFORM_APIS := true
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
include $(BUILD_PACKAGE)
|