gen_headers: Add and remove headers suggested
Add and remove headers which are missing and additionally added to resolve compilation issues. Change-Id: I2bdc34a33c13f84916d4e7570c579bfc2b1e9c98 Signed-off-by: Venkata Rao Kakani <vkakani@codeaurora.org>
This commit is contained in:
parent
959d227164
commit
37a0a59392
2 changed files with 6 additions and 4 deletions
|
|
@ -384,7 +384,6 @@ gen_headers_out_arm64 = [
|
|||
"linux/msm_ion_ids.h",
|
||||
"linux/msm_ipa.h",
|
||||
"linux/msm_kgsl.h",
|
||||
"linux/msm_npu.h",
|
||||
"linux/msm_rmnet.h",
|
||||
"linux/mtio.h",
|
||||
"linux/n_r3964.h",
|
||||
|
|
@ -640,7 +639,6 @@ gen_headers_out_arm64 = [
|
|||
"linux/zorro_ids.h",
|
||||
"linux/hab_ioctl.h",
|
||||
"linux/habmmid.h",
|
||||
"linux/hgsl.h",
|
||||
"media/msm_cvp_private.h",
|
||||
"media/radio-iris-commands.h",
|
||||
"media/radio-iris.h",
|
||||
|
|
@ -1030,6 +1028,9 @@ gen_headers_out_arm64 = [
|
|||
"vidc/media/msm_media_info.h",
|
||||
"vidc/media/msm_vidc_utils.h",
|
||||
"vidc/media/msm_vidc_private.h",
|
||||
"linux/netfilter_ipv4/ipt_NATTYPE.h",
|
||||
"linux/mhi.h",
|
||||
"linux/esoc_ctrl.h",
|
||||
]
|
||||
|
||||
genrule {
|
||||
|
|
|
|||
|
|
@ -389,7 +389,6 @@ gen_headers_out_arm = [
|
|||
"linux/msm_ion_ids.h",
|
||||
"linux/msm_ipa.h",
|
||||
"linux/msm_kgsl.h",
|
||||
"linux/msm_npu.h",
|
||||
"linux/msm_rmnet.h",
|
||||
"linux/mtio.h",
|
||||
"linux/n_r3964.h",
|
||||
|
|
@ -645,7 +644,6 @@ gen_headers_out_arm = [
|
|||
"linux/zorro_ids.h",
|
||||
"linux/hab_ioctl.h",
|
||||
"linux/habmmid.h",
|
||||
"linux/hgsl.h",
|
||||
"media/msm_cvp_private.h",
|
||||
"media/radio-iris-commands.h",
|
||||
"media/radio-iris.h",
|
||||
|
|
@ -1034,6 +1032,9 @@ gen_headers_out_arm = [
|
|||
"vidc/media/msm_media_info.h",
|
||||
"vidc/media/msm_vidc_utils.h",
|
||||
"vidc/media/msm_vidc_private.h",
|
||||
"linux/netfilter_ipv4/ipt_NATTYPE.h",
|
||||
"linux/esoc_ctrl.h",
|
||||
"linux/mhi.h",
|
||||
]
|
||||
|
||||
genrule {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue