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

Commit f3cdbe22 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by android-build-merger
Browse files

Merge "Revert "Switch LayoutLib to Java 8"" into nyc-dev

am: 2385e218

* commit '2385e218':
  Revert "Switch LayoutLib to Java 8"

Change-Id: I1fac72ca4535c3878f4aafddaf26c1ee9695c3cf
parents b79fe0f9 2385e218
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
LOCAL_PATH := $(my-dir)
include $(CLEAR_VARS)

LOCAL_JAVA_LANGUAGE_VERSION := 1.8

#
# Define rules to build temp_layoutlib.jar, which contains a subset of
# the classes in framework.jar.  The layoutlib_create tool is used to
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_JAVA_RESOURCE_DIRS := resources
LOCAL_JAVA_LANGUAGE_VERSION := 1.8

LOCAL_JAVA_LIBRARIES := \
	layoutlib_api-prebuilt \
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_JAVA_LANGUAGE_VERSION := 1.8

# Only compile source java files in this lib.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_RESOURCE_DIRS := res
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_JAVA_LANGUAGE_VERSION := 1.8

LOCAL_SRC_FILES := $(call all-java-files-under,src)

LOCAL_JAR_MANIFEST := manifest.txt
+0 −2
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_JAVA_LANGUAGE_VERSION := 1.8

# Only compile source java files in this lib.
LOCAL_SRC_FILES := $(call all-java-files-under, com)