projects
/
platform
/
core
/
uifw
/
dali-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a5811
)
Ensuring shader cache on android is not /home/owner
02/323802/2
author
David Steele
<david.steele@samsung.com>
Wed, 7 May 2025 16:06:23 +0000
(17:06 +0100)
committer
David Steele
<david.steele@samsung.com>
Tue, 13 May 2025 13:00:17 +0000
(14:00 +0100)
Change-Id: I0f4613f2c9a28cd582b41d10cd1dadcc85a20662
build/tizen/deps-check.cmake
patch
|
blob
|
history
diff --git
a/build/tizen/deps-check.cmake
b/build/tizen/deps-check.cmake
index 27e08b3bc62d450fdbf1fb1d620a1214e8f5230c..77100ba329b022a91835421afe789060f28a4512 100644
(file)
--- a/
build/tizen/deps-check.cmake
+++ b/
build/tizen/deps-check.cmake
@@
-288,6
+288,8
@@
ENDIF()
IF( DESKTOP_PROFILE )
SET( cachePath $ENV{HOME} )
+ELSEIF(ANDROID_PROFILE)
+ SET( cachePath ${CMAKE_INSTALL_PREFIX}/share/dali/.cache )
ELSE()
SET( cachePath /home/owner )
ENDIF()