Rename Java packages from sonar to flipper

Summary:
This soft-breaks Android Studio support because folder names no longer map to package names, but this will be mitigated by future diffs.

Steps taken for rename:

```
cd xplat/sonar/android/;
ambr 'com.facebook.sonar' 'com.facebook.flipper'
```

Reviewed By: danielbuechele

Differential Revision: D9850009

fbshipit-source-id: d26d8ab783e7050e4e2fbdd0c35eae3f97879464
This commit is contained in:
Pascal Hartig
2018-09-19 09:00:10 -07:00
committed by Facebook Github Bot
parent da851bd7e6
commit 88ca69a13f
92 changed files with 358 additions and 358 deletions

View File

@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.facebook.sonar.thirdparty">
<manifest package="com.facebook.flipper.thirdparty">
</manifest>