Skip to content

Commit

Permalink
CMSettingsProvider: Build against internal sdk.
Browse files Browse the repository at this point in the history
Change-Id: I1a7fc52a9d2e94f29e444b3566a6d9e139302210
TICKET: CYNGNOS-1908
  • Loading branch information
Adnan Begovic committed Feb 8, 2016
1 parent 66f23d8 commit c63a4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/CMSettingsProvider/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true

LOCAL_STATIC_JAVA_LIBRARIES := \
org.cyanogenmod.platform.sdk
org.cyanogenmod.platform.internal

include $(BUILD_PACKAGE)

Expand Down
2 changes: 1 addition & 1 deletion packages/CMSettingsProvider/tests/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
LOCAL_PROGUARD_ENABLED := disabled

LOCAL_STATIC_JAVA_LIBRARIES := \
org.cyanogenmod.platform.sdk
org.cyanogenmod.platform.internal

include $(BUILD_PACKAGE)

0 comments on commit c63a4b7

Please sign in to comment.