Skip to content

Commit

Permalink
Using forked system_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-4 committed Jun 5, 2024
1 parent 5323521 commit 0d0c8c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[submodule "module/jni/libcxx"]
path = module/jni/libcxx
url = https://github.com/topjohnwu/libcxx.git
[submodule "module/jni/system_properties"]
path = module/jni/system_properties
url = https://github.com/topjohnwu/system_properties
[submodule "module/jni/aosp_fd_utils"]
path = module/jni/aosp_fd_utils
url = https://github.com/snake-4/aosp_fd_utils.git
[submodule "module/jni/aosp_system_properties"]
path = module/jni/aosp_system_properties
url = https://github.com/snake-4/aosp_system_properties
2 changes: 1 addition & 1 deletion module/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY)

include jni/libcxx/Android.mk
include jni/system_properties/Android.mk
include jni/aosp_system_properties/Android.mk
include jni/aosp_fd_utils/Android.mk
1 change: 1 addition & 0 deletions module/jni/aosp_system_properties
Submodule aosp_system_properties added at 859330
1 change: 0 additions & 1 deletion module/jni/system_properties
Submodule system_properties deleted from e1a3e7

0 comments on commit 0d0c8c9

Please sign in to comment.