Merge "Adding android_filesystem_config.h import" into rvc-dev
diff --git a/automotive/vehicle/2.0/default/common/src/VehicleHalManager.cpp b/automotive/vehicle/2.0/default/common/src/VehicleHalManager.cpp
index 5bebd1e..b09e9bf 100644
--- a/automotive/vehicle/2.0/default/common/src/VehicleHalManager.cpp
+++ b/automotive/vehicle/2.0/default/common/src/VehicleHalManager.cpp
@@ -27,14 +27,11 @@
 #include <android/log.h>
 
 #include <hwbinder/IPCThreadState.h>
-
+#include <private/android_filesystem_config.h>
 #include <utils/SystemClock.h>
 
 #include "VehicleUtils.h"
 
-// TODO: figure out how to include private/android_filesystem_config.h instead...
-#define AID_ROOT 0 /* traditional unix root user */
-
 namespace android {
 namespace hardware {
 namespace automotive {