commit | 3f461489b13b803fae5cbbdea949d44f75221615 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Mon Apr 23 14:31:32 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Mon Apr 23 14:38:51 2018 +0800 |
tree | 517434a693b3e7bb1bd854224b597154d52924b8 | |
parent | 8e3a7c9840885ceafd496cc9a960ed4d43c8b26f [diff] [blame] |
Rename <cutils/log.h> to <log/log.h> Bug: 78370064 Test: lunch aosp_walleye-userdebug && cd system/netd && mma Change-Id: I495f7cdc3f2aab26947f10041fc559700367f2ea
diff --git a/server/PppController.cpp b/server/PppController.cpp index 581b9c6..19b50cb 100644 --- a/server/PppController.cpp +++ b/server/PppController.cpp
@@ -30,7 +30,7 @@ #include <arpa/inet.h> #define LOG_TAG "PppController" -#include <cutils/log.h> +#include <log/log.h> #include "PppController.h"