
msm_video and video modules compile using ddk. Change-Id: I5ddba19f973a13807a80c8d619bcc83b09307787
15 lines
410 B
Python
15 lines
410 B
Python
load(":video_modules.bzl", "video_driver_modules")
|
|
load(":video_driver_build.bzl", "define_consolidate_gki_modules")
|
|
|
|
def define_pineapple():
|
|
define_consolidate_gki_modules(
|
|
target = "pineapple",
|
|
registry = video_driver_modules,
|
|
modules = [
|
|
"msm_video",
|
|
"video",
|
|
],
|
|
config_options = [
|
|
"CONFIG_MSM_VIDC_PINEAPPLE",
|
|
],
|
|
) |