OSDN Git Service

netd: remove $(KERNEL_HEADERS) from include path
authorColin Cross <ccross@android.com>
Thu, 23 Jan 2014 07:51:53 +0000 (23:51 -0800)
committerColin Cross <ccross@android.com>
Thu, 23 Jan 2014 07:51:53 +0000 (23:51 -0800)
commite55ec1b60b76172891572208fcfa7d96b131ac05
tree8380824cccfc676ffea6adeb050e79eade218cd0
parent7f4117ee430e5069bffc89ad4e3841845586951a
netd: remove $(KERNEL_HEADERS) from include path

The kernel headers are already in the include path, and manually
adding them again will break on a multiarch build, where the
kernel headers may be different for each arch.

Change-Id: I0f07ecde4c519341153e58e3cdd6441e84362ae1
Android.mk