Era sencillo de solucionar

estaba duplicado el código.
Pero salimos de un error, y entramos en otro...
Código:
frameworks/base/services/java/com/android/server/pm/PackageManagerService.java:1387: cannot find symbol
symbol : method scanDirLI(java.io.File,int,int,int)
location: class com.android.server.pm.PackageManagerService
scanDirLI(vendorOverlayDir, PackageParser.PARSE_IS_SYSTEM
^
frameworks/base/services/java/com/android/server/pm/PackageManagerService.java:1501: cannot find symbol
symbol : method scanDirLI(java.io.File,int,int,int)
location: class com.android.server.pm.PackageManagerService
scanDirLI(mAppInstallDir, 0, scanMode | SCAN_TRUSTED_OVERLAY, 0);
^
frameworks/base/services/java/com/android/server/pm/PackageManagerService.java:1506: cannot find symbol
symbol : method scanDirLI(java.io.File,int,int,int)
location: class com.android.server.pm.PackageManagerService
scanDirLI(mDrmAppPrivateInstallDir, PackageParser.PARSE_FORWARD_LOCK,
^
frameworks/base/services/java/com/android/server/SystemServer.java:957: cannot find symbol
symbol : class RotationSwitchObserver
location: class com.android.server.ServerThread
final RotationSwitchObserver switchObserverF = switchObserver;
^
frameworks/base/services/java/com/android/server/SystemServer.java:957: cannot find symbol
symbol : variable switchObserver
location: class com.android.server.ServerThread
final RotationSwitchObserver switchObserverF = switchObserver;
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 errors
No sé si falta algo por declarar... el commit sigue siendo este:
https://github.com/NPCod/frameworks_...11732493ff6b11 estoy comparando con mis archivos originales y lo veo bien.. voy a seguir mirando.
