am 80d4eced: Merge "Use /(vendor|system)/lib64/hw for 64-bit HAL libraries"
* commit '80d4eced69f4d1e9f9ef97b5f4f26868cd76ae26': Use /(vendor|system)/lib64/hw for 64-bit HAL libraries
This commit is contained in:
@@ -28,8 +28,13 @@
|
|||||||
#include <utils/Log.h>
|
#include <utils/Log.h>
|
||||||
|
|
||||||
/** Base path of the hal modules */
|
/** Base path of the hal modules */
|
||||||
|
#if defined(__LP64__)
|
||||||
|
#define HAL_LIBRARY_PATH1 "/system/lib64/hw"
|
||||||
|
#define HAL_LIBRARY_PATH2 "/vendor/lib64/hw"
|
||||||
|
#else
|
||||||
#define HAL_LIBRARY_PATH1 "/system/lib/hw"
|
#define HAL_LIBRARY_PATH1 "/system/lib/hw"
|
||||||
#define HAL_LIBRARY_PATH2 "/vendor/lib/hw"
|
#define HAL_LIBRARY_PATH2 "/vendor/lib/hw"
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* There are a set of variant filename for modules. The form of the filename
|
* There are a set of variant filename for modules. The form of the filename
|
||||||
|
|||||||
Reference in New Issue
Block a user