Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e02c1e89 authored by Ken Chen's avatar Ken Chen Committed by Automerger Merge Worker
Browse files

Merge "Disable deprecated declarations warning-to-error for test." am: 48cbd1b0

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1743414

Change-Id: I82052f604d94f9535dc9c5e811d79ed758963825
parents 7ab16e68 48cbd1b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,6 +112,10 @@ aidl_interface {

cc_defaults {
    name: "resolv_test_defaults",
    cflags: [
        // networkCreatePhysical and networkCreateVpn were deprecated from netd_aidl_interface v6.
        "-Wno-error=deprecated-declarations",
    ],
    // Note that, static link liblog and libbase is a hard requirement for resolv related tests
    // because libbase is not compatible between Q and R for general platform build due
    // to its log revelant functions changing. And most of resolv related tests must be able to run