summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Expand)Author
2022-06-15move XtBpfProgLocations.h into a new header libraryMaciej Żenczykowski
2022-06-14move definition of xt_bpf program pin locations to system/netdMaciej Żenczykowski
2022-04-27Use tidy_checks_as_errors not -warnings-as-errorsChih-Hung Hsieh
2022-04-06Delete unnecessary apex_available for com.android.tetheringKen Chen
2021-06-23Revert "[clang-tidy] Disable performance-no-int-to-ptr"Bernie Innocenti
2021-03-17[clang-tidy] Disable performance-no-int-to-ptrPirama Arumuga Nainar
2021-02-17Merge "Ignore a few tidy checks which cause warnings"android-s-preview-1Chih-hung Hsieh
2021-02-16Ignore a few tidy checks which cause warningsChih-Hung Hsieh
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/netdBob Badour
2020-11-27Add apex_available to libnetd_clientRemi NGUYEN VAN
2020-05-30Seperate header target for DnsResolver from libnetd_client_headerLuke Huang
2020-05-02Set min_sdk_version to be part of mainline modulesJooyung Han
2020-04-30enable warnings as errors more selectivelyMaciej Żenczykowski
2020-04-28enable warnings as errors - for realMaciej Żenczykowski
2020-04-24enable bugprone warnings as errorsMaciej Żenczykowski
2020-04-08Set apex_available propertyJiyong Park
2019-11-07Enable C++20 for netdBernie Innocenti
2019-10-30Enable pedantic checks for uninitialized variablesBernie Innocenti
2019-02-22make libjsoncpp be imported by only netdJeongik Cha
2019-02-16Apply the automatic logging feature to Netd native service.Xiao Ma
2019-02-01Enable more clang-tidy checks and treat them as errorsBernie Innocenti
2019-01-15Remove sscanf() in TetherController.waynema
2019-01-08Enable -Wsign-compare for netd and fix warningsBernie Innocenti
2018-12-06Add type cast to fix build error with "-Wsign-compare" cflag.Sehee Park
2018-12-03C++17 is the default now.Elliott Hughes
2018-10-18Disable some noisy clang_tidy warningsBernie Innocenti
2018-10-12Turn implicit fallthrow warnings into errorsBernie Innocenti
2018-09-07Build netd with a built-in resolver libraryBernie Innocenti
2018-07-06netd: complete the conversion to Soong \o/Bernie Innocenti
2018-07-04Switch netd_defaults to C++17Erik Kline
2018-06-11netutils_wrappers: Convert build to Android.bpBernie Innocenti
2017-03-14Convert NetdClient to use SoongRobin Lee