generate_extension_admx.py: Simplify root category name
Just use 'extension' instead of 'extension_<32-byte-hash>' as root category name for brevity. The hash blew up the ADMX files quite a bit since the root category is prepended to pretty much every ID. Note that the categories are already namespaced by the hash, so the hash is not necessary. Bug: 900517 Test: manual Change-Id: I74ec7d3463486525139bf895edbea84bef0afe12 Reviewed-on: https://chromium-review.googlesource.com/c/1338081 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by:Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#609297}
Showing
Please register or sign in to comment