commit | 462028b9eb58a72527893de78894b9389e4895fd | [log] [tgz] |
---|---|---|
author | Daniel Santiago Rivera <[email protected]> | Thu Mar 14 11:30:31 2024 -0400 |
committer | Daniel Santiago Rivera <[email protected]> | Wed May 01 13:23:06 2024 -0400 |
tree | 6eab1789388612b0fcb4aa51cdef399bb93d5218 | |
parent | 90991fe79785625d158002b2f6eace0afbefc4e2 [diff] [blame] |
Reorganize external/sqlite for androidx-main Test: ./frameworks/support/sqlite/scripts/runConformanceTest.sh Change-Id: I5568b4507b20fe7e907bd29d8ef4f48b30e75a13 Merged-In: I5568b4507b20fe7e907bd29d8ef4f48b30e75a13
diff --git a/sqlite/sqlite-bundled/build.gradle b/sqlite/sqlite-bundled/build.gradle index 1f3d1d3..31756713 100644 --- a/sqlite/sqlite-bundled/build.gradle +++ b/sqlite/sqlite-bundled/build.gradle
@@ -70,7 +70,7 @@ it.destinationDirectory.set(project.layout.buildDirectory.dir("sqlite3/src")) if (!ProjectLayoutType.isPlayground(project)) { it.sqlitePrebuiltsDirectory.set( - new File(AndroidXConfig.getExternalProjectPath(project), "sqlite/dist/orig") + new File(AndroidXConfig.getExternalProjectPath(project), "sqlite/src") ) } }