History log of /external/libdrm/tegra/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e22b16620b443a59a1ad66047f9bbb2a3b6fa13 26-Jan-2016 Dan Willemsen <dwillemsen@google.com> Remove headers from LOCAL_SRC_FILES

The build system does not use headers in LOCAL_SRC_FILES. To prevent
typos, it's becoming a warning to add something to LOCAL_SRC_FILES that
is not used. Since these lists are coming from file shared with other
Makefile systems, use filter-out to do this dynamically. Once we move to
Soong, we will need our own lists though - Soong cannot read makefiles.

Remove LOCAL_EXPORT_C_INCLUDE_DIR entries that do not exist.

Also clean up LOCAL_C_INCLUDES -- with LOCAL_EXPORT_C_INCLUDE_DIRS and
the default $(LOCAL_PATH) entry, most were not necessary.

Remove LOCAL_MODULE_TAGS := optional, that's the default.

Change-Id: I2d77814eb227371da2945f6aede671d9f66d7b09
/external/libdrm/tegra/Android.mk
b069597d8223923cf0c350eb199287c1f880035e 22-Dec-2015 Colin Cross <ccross@android.com> Remove LOCAL_COPY_HEADERS

Copying headers is bad for enforcing build dependencies because it puts
the headers in a location that anyone can include them without depending
on the module. The new build system will not support copying headers.

Remove LOCAL_COPY_HEADERS, they are already available through
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)

Change-Id: I545228718b7a3ad108f155673df8e7faf1c6dd3e
/external/libdrm/tegra/Android.mk
f5c98515fc607dbdcaee9466e4f2f1c84af95a79 13-Jan-2015 Sean Paul <seanpaul@chromium.org> libdrm: Compile tegra driver in android

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Change-Id: I1adcface945b8bc0920d2b24c3b959e96bfe1980
/external/libdrm/tegra/Android.mk