fixing the build error while making super image.
vendor_afp_prop was not correctly added in *cil file. Change-Id: I0473c076451f26fcf349a6a88b3c474fac9d3961
This commit is contained in:
parent
880c16c6bd
commit
007fd2fbe2
3 changed files with 3 additions and 3 deletions
|
@ -6,4 +6,4 @@
|
|||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
vendor_wlc_public_prop
|
||||
vendor_afp_prop))
|
||||
))
|
||||
|
|
|
@ -128,4 +128,3 @@
|
|||
(typeattributeset vendor_wfdservice_32_0 (vendor_wfdservice))
|
||||
(typeattributeset vendor_wlc_prop_32_0 (vendor_wlc_prop))
|
||||
(typeattributeset vendor_wlc_public_prop_32_0 (vendor_wlc_public_prop))
|
||||
(typeattributeset vendor_afp_prop_32_0 (vendor_afp_prop))
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
(typeattribute new_objects)
|
||||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
vendor_hal_minkipc_service))
|
||||
vendor_hal_minkipc_service
|
||||
vendor_afp_prop))
|
||||
|
|
Loading…
Reference in a new issue