OSDN Git Service

Fix Wimax-less build.
authorRobert Greenwalt <rgreenwalt@google.com>
Fri, 11 Nov 2011 00:55:20 +0000 (16:55 -0800)
committerRobert Greenwalt <rgreenwalt@google.com>
Fri, 11 Nov 2011 01:14:05 +0000 (17:14 -0800)
commit6537b028757af736ff53a13488de4fa75aaef9a9
tree2f4b715bb29c8f29475d4d83ec2f04f919c826f7
parent785fd3685a69e5b3ef9c0958dcf4ae85f818e78d
Fix Wimax-less build.

A build with the wimax network type defined but wimax disabled
causes an NPE in ConnectivityService's constructor.

bug:5237167
Change-Id: I929eac217e1afa0e61346fdbc3e96a7d3ad09a54
services/java/com/android/server/ConnectivityService.java