summaryrefslogtreecommitdiff
path: root/service/CleanSpec.mk
AgeCommit message (Collapse)Author
2020-03-23Rename wifi-service to service-wifi Roshan Pius
Only rename the service.jar, the intermediates still use wifi-service. Bug: 145195135 Test: Device boots up and connects to wifi networks. Change-Id: Ic2f7bb39060235994ef39e445fd2a9fe074c40af
2019-11-25wifi: Create apex mainline module Roshan Pius
Bug: 144722612 Test: Device boots up and connects to wifi networks. Change-Id: I35d7f349b7baaa389fbaf7368eeca22e20274e96
2019-11-25Revert "Create Mainline wifi stack module" Roshan Pius
This reverts commit 09d08e66a0a9d1194d9a61beceaaa212fc55a501 Reason for revert: Wifi services no longer plan to be a separate APK/process for mainline. Will instead become a jar loaded from Apex. Also, a) JarJar all external libraries to a separate com.android.server.x.wifi namespace. b) Use proguard to preserve all of com.android.server.wifi and only strip out unused code from the static libraries linked. Bug: 144722612 Test: Device boots up & connects to wifi networks Change-Id: I13f4cad0147e7baa028bc7cf578b72b3636d874e
2019-10-25WifiStack: Add a cleanspec to remove WifiStack.apk Roshan Pius
Bug: 142906290 Test: Device boots up and connects to wifi networks. Change-Id: I1d2cee2192741728e621dcd26ca9ad1f4f05b9f0
2019-10-03wifi-service: Add CleanSpec.mk for deleting in process .rc & .apk files Roshan Pius
Bug: 135691051 Test: make, verified .rc & .apk files are deleted Change-Id: I9365f48e36373fd46fbd8605cc2e7d8e03632963
2019-08-08Create Mainline wifi stack module Roshan Pius
a) Moved wifi service to a separate APK (WifiStack) b) Converted all the .mk to .bp c) Changed all the wifi services to inherit from a new WifiServiceBase class (away from SystemService because we're no longer in system_server). d) WifiStackService is the entry point into the APK entry. This will be invoked from WifiStackClient running in system_server after PHASE_SYSTEM_SERVICES_READY in android framework boot sequence. e) Added a bunch of new .rc rules to help change ownership of all the config store files. f) Changed the |setPackage| on a bunch of private broadcasts triggered for notification actions (from "android" to the new retrieved package name). g) Changed WifiScanner permission checks to use MAINLINE_WIFI_STACK permission instead of NETWORK_STACK. Bug: 113174748 Test: atest com.android.server.wifi Test: Device boots up & connects to wifi networks, hotspot toggle, etc. Test: Will send for regression tests Change-Id: I87b83704c33694fcc99d2d9bde4e5cad9ddd06da
2014-01-08Revert "Revert "Move Wifi services to a new git project"" Vinit Deshpande
This reverts commit 862f81faba40e9af8fb80744a22e968a298e814e. Change-Id: I7b15e266a5948749026e01a61d8581746cfd0f5f
2014-01-08Revert "Move Wifi services to a new git project" Vinit Deshpande
This reverts commit a07c419913bfae2a896fbc29e8f269ee08c4d910. Change-Id: I1cd35cea1594cdbeae800b9130bc6f885f238b28
2013-12-18Move Wifi services to a new git project Vinit Deshapnde
Bug: 12175455 Change-Id: I1fa07e29c6a9aae38d9e334d519a9f2445d15613