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

Commit e0b566a7 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:...

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

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

Change-Id: I17043eeb98e599eb2d16cfe20b8ba821ca38fbf1
parents fc923366 e0d89673
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -114,6 +114,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