mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "Limit LOG_TAG in header"
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
#ifndef HARDWARE_INTERFACES_CAMERA_PROVIDER_AIDL_VTS_CAMERA_AIDL_TEST_H_
|
||||
#define HARDWARE_INTERFACES_CAMERA_PROVIDER_AIDL_VTS_CAMERA_AIDL_TEST_H_
|
||||
|
||||
// TODO: LOG_TAG should not be in header
|
||||
#ifndef LOG_TAG
|
||||
#define LOG_TAG "camera_aidl_hal_test"
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
Reference in New Issue
Block a user