Clarify comment on tombstoned exception.
The OMX comment here seems unrelated. The linker (system) uses it to
talk to tombstoned.
Fixes: 112606643
Test: N/A
Change-Id: Ib3da832f120d3cc244aa22de5d4d655b874db38b
diff --git a/public/domain.te b/public/domain.te
index 0d47401..31d8976 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -764,7 +764,7 @@
-mdnsd # netdomain needs this
userdebug_or_eng(`-su') # communications with su are permitted only on userdebug or eng builds
-init
- -tombstoned # TODO(b/36604251): Remove tombstoned from this list once mediacodec (OMX HAL) no longer declares Binder services
+ -tombstoned # linker to tombstoned
userdebug_or_eng('-heapprofd`)
});
')