@@ -47,12 +47,10 @@ config("target_defaults") {
4747 " ${ sysroot } /usr/include/aosp/hardware/interfaces/neuralnetworks/1.0/utils/include" ,
4848 " ${ sysroot } /usr/include/aosp/hardware/interfaces/neuralnetworks/1.3/utils/include/" ,
4949 " ${ sysroot } /usr/include/aosp/hardware/interfaces/neuralnetworks/utils/common/include" ,
50- " ${ sysroot } /usr/local/include/ie" ,
51- " ${ sysroot } /usr/local/include/ie/cpp" ,
52- " ${ sysroot } /usr/local/include/openvino" ,
53- " ${ sysroot } /usr/local/runtime/include/ie" ,
54- " ${ sysroot } /usr/local/runtime/include/ie/cpp" ,
55- " ${ sysroot } /usr/local/runtime/include/"
50+ " ${ sysroot } /usr/include/ie" ,
51+ " ${ sysroot } /usr/include/ie/cpp" ,
52+ " ${ sysroot } /usr/include/openvino" ,
53+ " ${ sysroot } /usr/include/"
5654 ]
5755}
5856
@@ -193,7 +191,7 @@ shared_library("intel_nnhal") {
193191 lib_dirs = [
194192 " ${ sysroot } /usr/local/deployment_tools/inference_engine/lib/intel64/" ,
195193 " ${ sysroot } /usr/local/deployment_tools/ngraph/lib64/" ,
196- " ${ sysroot } /usr/local/ lib64/" ,
194+ " ${ sysroot } /usr/lib64/" ,
197195 " ${ sysroot } /usr/local/runtime/lib/intel64/"
198196 ]
199197}
0 commit comments