Lines Matching refs:device
207 # 2. Collect all device specific file_contexts files and process them with m4
208 # into a tmp file called file_contexts.device.tmp.
209 # 3. Run checkfc -e (allow no device fc entries ie empty) and fc_sort on
210 # file_contexts.device.tmp and output to file_contexts.device.sorted.tmp.
211 # 4. Concatenate file_contexts.local.tmp and file_contexts.device.tmp into
233 file_contexts.device.tmp := $(intermediates)/file_contexts.device.tmp
234 $(file_contexts.device.tmp): PRIVATE_ADDITIONAL_M4DEFS := $(LOCAL_ADDITIONAL_M4DEFS)
235 $(file_contexts.device.tmp): $(device_fcfiles_with_nl)
239 file_contexts.device.sorted.tmp := $(intermediates)/file_contexts.device.sorted.tmp
240 $(file_contexts.device.sorted.tmp): PRIVATE_SEPOLICY := $(built_sepolicy)
241 $(file_contexts.device.sorted.tmp): $(file_contexts.device.tmp) $(built_sepolicy) $(HOST_OUT_EXECUTABLES)/fc_sort $(HOST_OUT_EXECUTABLES)/checkfc
247 $(file_contexts.concat.tmp): $(file_contexts.local.tmp) $(file_contexts.device.sorted.tmp)
263 file_contexts.device.sorted.tmp :=
264 file_contexts.device.tmp :=