From a6295412b4f60dc32778d43dcd35bd93c766f296 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep 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 Merged-In: I254bf4d7ed0c0cb029b55110ceec982b84e4a91b --- public/attributes | 1 + 1 file changed, 1 insertion(+) diff --git a/public/attributes b/public/attributes index 50001e1ee..fed8def39 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;