Fix libcutils private headers

Use cutils/android_filesystem_config.h instead.

Bug: 63135587

Test: m -j
Test: BOARD_VNDK_VERSION=current m -j
Test: mma -j
Test: BOARD_VNDK_VERSION=current mma -j

Change-Id: I4070a4c693509c569dc30c452db68c15e1386f42
This commit is contained in:
Yifan Hong 2017-07-28 13:20:25 -07:00
parent efa414aa12
commit 773b888bdb
1 changed files with 1 additions and 1 deletions

View File

@ -25,8 +25,8 @@
#include <binder/IBinder.h>
#include <binder/IInterface.h>
#include <binder/IPCThreadState.h>
#include <cutils/android_filesystem_config.h>
#include <utils/Errors.h>
#include <private/android_filesystem_config.h>
#include <IQService.h>
#define QSERVICE_DEBUG 0