summaryrefslogtreecommitdiff
path: root/common/networkstackclient/aidl
AgeCommit message (Collapse)Author
2019-11-15Remove api_dir propertySundong Ahn
The api_dir property is removed, and the api dir path for aidl_interface is fixed to aidl_api/{module_name}. According to this rule, all api dirs are moved to aidl_api/{module_name}. Bug: 113134692 Test: m -j Change-Id: I0feb7b6c6b2ee8620e0e1b7c07c409a294e3a9d2
2019-11-12Freeze NetworkStack AIDLs to v4Remi NGUYEN VAN
V4 corresponds to the M-2020-01 release. Bug: 144317572 Test: m NetworkStack NetworkStackNext Change-Id: I3a4d14c44fe6497d4501893ec1c2f05c39584323
2019-09-05Move NetworkStackClient lib to NetworkStack folderRemi NGUYEN VAN
The AIDLs and ipmemorystore-client were already statically linked libraries, so their location in the source tree does not change anything (they were already built into the NetworkStack module and the framework). It makes more sense to have them in the NetworkStack module folder however, as changes to these files will be released with the same cadence as the module, not the framework. This CL creates a new directory and well-defined static library for the AIDL interface with the NetworkStack, and Java classes used as the interface Bug: 139106271 Test: built, flashed, WiFi working Test: atest FrameworksNetTests FrameworksWifiTests NetworkStackTests Change-Id: I821b476411287b5cbdf09c82e07bd9ed4889f60d