mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 06:23:09 -04:00
support switching clang_base_dir
Signed-off-by: lijunru <lijunru9@huawei.com> Change-Id: I605efd3cc67a3b03cc84ca5ac2f5d61701ffabf3
This commit is contained in:
Vendored
+1
-3
@@ -12,14 +12,12 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/config/clang/clang.gni")
|
||||
import("//build/ohos/ndk/ndk.gni")
|
||||
import("//third_party/musl/musl_config.gni")
|
||||
import("//third_party/musl/musl_src.gni")
|
||||
import("//third_party/musl/musl_template.gni")
|
||||
|
||||
declare_args() {
|
||||
toolchains_dir = "//prebuilts/clang/ohos"
|
||||
}
|
||||
musl_target_out_dir = "${root_out_dir}/obj/third_party/musl"
|
||||
ndk_musl_include = "ndk_musl_include"
|
||||
interface_musl_dir = "//interface/sdk_c/third_party/musl"
|
||||
|
||||
Reference in New Issue
Block a user