Skip to content

Commit eeb223f

Browse files
committed
Move misc to root
1 parent 39f58eb commit eeb223f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fcolor-diagnostics -fPIC -Wno-attribute
1919
set(CMAKE_EXE_LINKER_FLAGS "-static")
2020

2121
# platform tools version
22-
# see the patches/misc/platform_tools_version.h
22+
# see the misc/platform_tools_version.h
2323
set(TOOLS_VERSION 35.0.2)
2424
set(SRC ${PROJECT_SOURCE_DIR}/src)
2525

File renamed without changes.
File renamed without changes.
File renamed without changes.

patch.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
mkdir -p "src/incremental_delivery/sysprop/include/"
4-
cp "patches/misc/IncrementalProperties.sysprop.h" "src/incremental_delivery/sysprop/include/"
5-
cp "patches/misc/IncrementalProperties.sysprop.cpp" "src/incremental_delivery/sysprop/"
4+
cp "misc/IncrementalProperties.sysprop.h" "src/incremental_delivery/sysprop/include/"
5+
cp "misc/IncrementalProperties.sysprop.cpp" "src/incremental_delivery/sysprop/"
66

7-
cp "patches/misc/platform_tools_version.h" "src/soong/cc/libbuildversion/include"
7+
cp "misc/platform_tools_version.h" "src/soong/cc/libbuildversion/include"
88

99
# As our sources are in src and not in frameworks/base/tools/aapt2 we need to change the inclusions
1010
configPattern="s#frameworks/base/tools/aapt2/Configuration.proto#Configuration.proto#g"

0 commit comments

Comments
 (0)