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

Commit dd443b26 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Update to gradle style project

parent 0ded14de
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
[submodule "UnifiedNlpApi"]
	path = UnifiedNlpApi
	url = https://github.com/microg/android_external_UnifiedNlpApi.git
[submodule "UnifiedNlpLib"]
	path = UnifiedNlpLib
	url = https://github.com/microg/android_packages_apps_UnifiedNlp.git
[submodule "GmsApi"]
	path = GmsApi
[submodule "play-services-api"]
	path = play-services-api
	url = https://github.com/microg/android_external_GmsApi.git
[submodule "SafeParcel"]
	path = SafeParcel
	url = https://github.com/microg/android_external_SafeParcel.git
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ unified_dir := ../UnifiedNlp
appcompat_dir := ../../../prebuilts/sdk/current/support/v7/appcompat
res_dir := res $(unified_dir)/res $(appcompat_dir)/res

LOCAL_SRC_FILES := $(call all-java-files-under, src) \
                   $(call all-Iaidl-files-under, src) \
LOCAL_SRC_FILES := $(call all-java-files-under, play-services-core/src/main/java) \
                   $(call all-java-files-under, play-services-core/src/main/protos-java) \
                   $(call all-java-files-under, $(unified_dir)/src) \

LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dir))
Compare 1510aa1b to 1510aa1b
Original line number Diff line number Diff line
Subproject commit 1510aa1b0adeeed9dbe591b25ad75b015f968d82
Compare 462316b1 to 462316b1
Original line number Diff line number Diff line
Subproject commit 462316b18e2620bd5c0cb843abd67671d941300d

SafeParcel

0 → 120000
+1 −1
Original line number Diff line number Diff line
play-services-api/SafeParcel/
 No newline at end of file
Loading