Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c8d6bcd authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ic9e65818 into eclair-mr2

* changes:
  Attempt to fix the build server build: make the common library not depend on the framework library (for now, at least).
parents 41ce2db7 b31ecb20
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := android-common
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := core ext
LOCAL_SRC_FILES := $(call all-java-files-under, src)
include $(BUILD_STATIC_JAVA_LIBRARY)