티스토리 뷰
NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration
Mir-미르 2013. 4. 6. 13:20external/bluetooth/bluedroid/Android.mk:8: NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration
cm10.1 빌드를 하고 있는대 초반에 이런 오류가 발생합니다
이 오류를 해결해 보도록 하겠습니다
device/samsung/msm8660-common 또는 msm8660-common에 들어간 다음 bluetooth라는 폴더를 만들어 주세요
이제 소스를 하나 생성할 겁니다
/*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
#define BTM_DEF_LOCAL_NAME "SGH-I727"
#define BTA_DISABLE_DELAY 1000 /* in milliseconds */
#endif
파란 박스안의 소스를 저장하여 bdroid_buildcfg.h으로 만드시던가 첨부파일을 받아 주시면 됩니다
이 파일을 아까 만든 bluetooth폴더안에 넣어주시면 됩니다
이제 BoardConfigComon.mk을 수정할 겁니다
이 파일은 device/samsung/msm8660-common또는 msm8660-commom에 들어 있습니다
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/msm8660-common/bluetooth
이 구문을 넣어 주세요
구문을 txt로 저장했습니다
만약 이미 있다면 #을 풀어주시거나 없다면 추가해 주시면 됩니다
이제 NO BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR, using only generic configuration오류는 나타나지 않을 것 입니다
출처 : http://forum.xda-developers.com/showthread.php?p=35522843
'Android > Build' 카테고리의 다른 글
VegaRacer2 Clockworkmod, Team Win Recovery Project (0) | 2013.04.30 |
---|---|
[Dev] ClockWorkMod Recovery 키값과 표시 로고 바꿔보기 [개발자글] (0) | 2013.04.26 |
VegaRacer2 cm10.1 [TEST] 수정 boot.img (1) | 2013.04.14 |
VegaRacer2 cm-10.1 빌드까지 성공했습니다 (0) | 2013.04.14 |
error: undefined reference to 오류 해결방법 - 경험담 (0) | 2013.04.03 |
/bin/bash : (구문)을 찾을수 없습니다 오류 해결방법 (1) | 2013.04.03 |
버전별 CyanogenMod의 소스를 다운받자! (0) | 2013.03.31 |
Overlay의 문제, <add-resource>를 사용해 해결하자 (2) | 2013.03.24 |
- Total
- Today
- Yesterday
- String Name = Miru(itmir913);
- String Mail = itmir913@gmail.com;
- String github = https://github.com/itmir913;