From fbacc656be1b8e2dbade14edf91d8b972678291d Mon Sep 17 00:00:00 2001
From: Dan Cashman <dcashman@google.com>
Date: Mon, 7 Aug 2017 12:27:05 -0700
Subject: [PATCH] Fix thermalserviced_tmpfs compat recording mistake.

Commit: 2490f1adad4b9b89639926ddd5be91f46d1f6b84 meant to add
thermalserviced_tmpfs to the new_object list in the mapping file,
but copy-paste error resulted in thermalserviced_exec_tmpfs being
recorded instead.  Fix this.

Bug: 62573845
Test: None. prebuilt change.
Change-Id: Iab4eaef04742187d6397a539aae854651caa9935
---
 prebuilts/api/26.0/26.0.ignore.cil | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prebuilts/api/26.0/26.0.ignore.cil b/prebuilts/api/26.0/26.0.ignore.cil
index 709e80aca..19ac7e6b5 100644
--- a/prebuilts/api/26.0/26.0.ignore.cil
+++ b/prebuilts/api/26.0/26.0.ignore.cil
@@ -19,6 +19,6 @@
     thermalcallback_hwservice
     thermalserviced
     thermalserviced_exec
-    thermalserviced_exec_tmpfs
+    thermalserviced_tmpfs
     timezone_service
     tombstoned_java_trace_socket))
-- 
GitLab