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

Commit 48cbd1b0 authored by Ken Chen's avatar Ken Chen Committed by Gerrit Code Review
Browse files

Merge "Disable deprecated declarations warning-to-error for test."

parents bc7d6c0a 0c422fff
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