CMSDK: Refactor compile, prepare for integration tests.

Also don't build CMPlatformTests unless explicitely called.

Change-Id: I3fd8f884d8815eab9987077766c0ff2fe3f98b4d
This commit is contained in:
Adnan Begovic 2015-04-30 11:10:56 -07:00
parent 104a15a6b0
commit a7d6fc579f
4 changed files with 8 additions and 3 deletions

View File

@ -19,7 +19,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
cyanogenmod_app_src := src/java/
library_src := cm/lib/java/org/cyanogenmod/platform/internal
library_src := cm/lib/main/java
LOCAL_MODULE := org.cyanogenmod.platform
LOCAL_MODULE_TAGS := optional
@ -127,5 +127,3 @@ include $(BUILD_DROIDDOC)
cmplat.docs.src_files :=
cmplat.docs.java_libraries :=
intermediates.COMMON :=
include $(call all-makefiles-under, $(LOCAL_PATH))

View File

@ -0,0 +1,7 @@
package org.cyanogenmod.platform.internal;
/**
* Created by Adnan on 4/30/15.
*/
public class CMStatusBarManagerTest {
}