Merge "Fix build" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3552418fcf
@@ -307,6 +307,11 @@ public class BridgePackageManager extends PackageManager {
|
|||||||
return new String[0];
|
return new String[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getServicesSystemSharedLibraryPackageName() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public FeatureInfo[] getSystemAvailableFeatures() {
|
public FeatureInfo[] getSystemAvailableFeatures() {
|
||||||
return new FeatureInfo[0];
|
return new FeatureInfo[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user