CMSDK: Refactor compile, prepare for integration tests.
Also don't build CMPlatformTests unless explicitely called. Change-Id: I3fd8f884d8815eab9987077766c0ff2fe3f98b4d
This commit is contained in:
parent
104a15a6b0
commit
a7d6fc579f
@ -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))
|
||||
|
@ -0,0 +1,7 @@
|
||||
package org.cyanogenmod.platform.internal;
|
||||
|
||||
/**
|
||||
* Created by Adnan on 4/30/15.
|
||||
*/
|
||||
public class CMStatusBarManagerTest {
|
||||
}
|
Loading…
Reference in New Issue
Block a user