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

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

Disable deprecated declarations warning-to-error for test. am: 9a554830

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

Change-Id: I5076a014c78e467892fe1ffdc6af8ffa9bf0d164
parents a4fc4304 9a554830
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