This is the skeleton directory tree for work in the DASH implementation. Change-Id: I38b52d133d48df6b78f3d142b1969686c60fc76b
10 lines
308 B
Makefile
10 lines
308 B
Makefile
# widevine prebuilts only available for ARM
|
|
# To build this dir you must define BOARD_WIDEVINE_OEMCRYPTO_LEVEL in the board config.
|
|
ifdef BOARD_WIDEVINE_OEMCRYPTO_LEVEL
|
|
|
|
# TODO: add back in when we have make files that compile.
|
|
# include $(call all-subdir-makefiles)
|
|
|
|
endif # BOARD_WIDEVINE_OEMCRYPTO_LEVEL
|
|
|