History log of /external/libdrm/rockchip/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/rockchip/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/rockchip/Android.mk
3a9709ad22e319a9cf7ee3cc30ea80060d830ae9 28-Apr-2015 Tomasz Figa <tfiga@google.com> rockchip: Add support for Android build system

This patch adds changes necessary to enable building libdrm_rockchip
inside Android build system.

Change-Id: Ib9562f4891dfd5868ba4cb0b7acc20467a2d4084
Signed-off-by: Tomasz Figa <tfiga@google.com>
/external/libdrm/rockchip/Android.mk