Remove mkbootimg from the pathmap.
It's only ever referred to directly. (Should probably move to system/core/include, but that's orthogonal to this change.) Change-Id: I353afff031a29206aaa5a0991fe0ccb39e4731e2
This commit is contained in:
parent
8f548f35d6
commit
3d949bbabc
|
@ -43,7 +43,6 @@ pathmap_INCL := \
|
||||||
libnativehelper:libnativehelper/include \
|
libnativehelper:libnativehelper/include \
|
||||||
libpagemap:system/extras/libpagemap/include \
|
libpagemap:system/extras/libpagemap/include \
|
||||||
libril:hardware/ril/include \
|
libril:hardware/ril/include \
|
||||||
mkbootimg:system/core/mkbootimg \
|
|
||||||
opengl-tests-includes:frameworks/native/opengl/tests/include \
|
opengl-tests-includes:frameworks/native/opengl/tests/include \
|
||||||
recovery:bootable/recovery \
|
recovery:bootable/recovery \
|
||||||
system-core:system/core/include \
|
system-core:system/core/include \
|
||||||
|
|
Loading…
Reference in New Issue