From db6218417c6ceb8ee61f6d1e7cc0410f2c516e95 Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Tue, 1 May 2018 09:40:33 -0700
Subject: [PATCH] Never expand proc_type attribute

It's used in build-time tests and in CTS.

Bug: 78898770
Test: build user-build
Change-Id: I254bf4d7ed0c0cb029b55110ceec982b84e4a91b
(cherry picked from commit beeb122405070a5b4cee326a0cdae92a1a791fbc)
---
 prebuilts/api/28.0/public/attributes | 1 +
 public/attributes                    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/prebuilts/api/28.0/public/attributes b/prebuilts/api/28.0/public/attributes
index 159d28e4e..75679c73d 100644
--- a/prebuilts/api/28.0/public/attributes
+++ b/prebuilts/api/28.0/public/attributes
@@ -38,6 +38,7 @@ attribute vendor_file_type;
 
 # All types used for procfs files.
 attribute proc_type;
+expandattribute proc_type false;
 
 # All types used for sysfs files.
 attribute sysfs_type;
diff --git a/public/attributes b/public/attributes
index 159d28e4e..75679c73d 100644
--- a/public/attributes
+++ b/public/attributes
@@ -38,6 +38,7 @@ attribute vendor_file_type;
 
 # All types used for procfs files.
 attribute proc_type;
+expandattribute proc_type false;
 
 # All types used for sysfs files.
 attribute sysfs_type;
-- 
GitLab