Merge "otautil: Export headers."
This commit is contained in:
@@ -56,6 +56,7 @@ endif
|
|||||||
LOCAL_MODULE := librecovery
|
LOCAL_MODULE := librecovery
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libminui \
|
libminui \
|
||||||
|
libotautil \
|
||||||
libvintf_recovery \
|
libvintf_recovery \
|
||||||
libcrypto_utils \
|
libcrypto_utils \
|
||||||
libcrypto \
|
libcrypto \
|
||||||
|
|||||||
@@ -30,4 +30,8 @@ cc_library_static {
|
|||||||
"-Werror",
|
"-Werror",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
export_include_dirs: [
|
||||||
|
"include",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "DirUtil.h"
|
#include "otautil/DirUtil.h"
|
||||||
|
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "SysUtil.h"
|
#include "otautil/SysUtil.h"
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdint.h> // SIZE_MAX
|
#include <stdint.h> // SIZE_MAX
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ThermalUtil.h"
|
#include "otautil/ThermalUtil.h"
|
||||||
|
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -77,4 +77,4 @@ int GetMaxValueFromThermalZone() {
|
|||||||
}
|
}
|
||||||
LOG(INFO) << "current maximum temperature: " << max_temperature;
|
LOG(INFO) << "current maximum temperature: " << max_temperature;
|
||||||
return max_temperature;
|
return max_temperature;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user