Rename all modules to start with a lowercase (#3245)

This commit is contained in:
Goooler
2023-01-16 10:24:03 +08:00
committed by GitHub
parent e6afbda7b6
commit e8fde0d444
126 changed files with 4 additions and 4 deletions

View File

@@ -44,8 +44,8 @@ project(':iconloaderlib').projectDir = new File(rootDir, 'platform_frameworks_li
include ':searchuilib'
project(':searchuilib').projectDir = new File(rootDir, 'platform_frameworks_libs_systemui/searchuilib')
include ':SystemUIShared'
include ':CompatLib'
include ':CompatLibVR'
include ':CompatLibVS'
include ':systemUIShared'
include ':compatLib'
include ':compatLibVR'
include ':compatLibVS'
include ':hidden-api'

Some files were not shown because too many files have changed in this diff Show More