summaryrefslogtreecommitdiff
path: root/private/qti-testscripts.te
blob: a7912b37bee6e2d0566d275f39e00a3ee491f7e8 (plain)
1
2
3
4
5
6
7
8
9
#as the exec is defined in file_context  it is hitting build
# error in user build  so moving out of the macro
type qti-testscripts_exec, exec_type, file_type;

userdebug_or_eng(`
  typeattribute  qti-testscripts coredomain;
  init_daemon_domain(qti-testscripts)

')