Skip to content
Snippets Groups Projects
Commit db621841 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

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)
parent 1818b112
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ attribute vendor_file_type; ...@@ -38,6 +38,7 @@ attribute vendor_file_type;
# All types used for procfs files. # All types used for procfs files.
attribute proc_type; attribute proc_type;
expandattribute proc_type false;
# All types used for sysfs files. # All types used for sysfs files.
attribute sysfs_type; attribute sysfs_type;
......
...@@ -38,6 +38,7 @@ attribute vendor_file_type; ...@@ -38,6 +38,7 @@ attribute vendor_file_type;
# All types used for procfs files. # All types used for procfs files.
attribute proc_type; attribute proc_type;
expandattribute proc_type false;
# All types used for sysfs files. # All types used for sysfs files.
attribute sysfs_type; attribute sysfs_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment