No..It is true with generic case.

On Wed, Jan 20, 2010 at 5:18 PM, <[email protected]> wrote:

> Has it something to do with
> HAVE_HTC_AUDIO_DRIVER := true
>
> was that false earlier in generic case ?
>
> On 20-Jan-2010 10:03am, linux newbie <[email protected]> wrote:
> > Hi,
> > I am trying to build Android for my target ("generic" is working and now
> wanted to customize). I went through the following website
> > http://pdk.android.com/online-pdk/guide/build_system.html
> >
> >
> >
> > I am getting the below mentioned error and can anyone help me to resolve
> this issue.
> >
> > my Boardconfig.mk is as follows
> > TARGET_NO_BOOTLOADER := true
> > TARGET_NO_KERNEL := true
> > TARGET_CPU_ABI := armeabi
> > HAVE_HTC_AUDIO_DRIVER := true
> >
> >
> > BOARD_USES_GENERIC_AUDIO := true
> >
> > my product make file is as follows
> >
> >
> >
> > PRODUCT_PACKAGES := \
> >     AccountAndSyncSettings \
> >     AlarmClock \
> >     ...
> >     ...
> >     TtsService \
> >     VpnServices \
> >     UserDictionaryProvider \
> >     PackageInstaller
> >
> > PRODUCT_POLICY := android.policy_phone
> >
> >
> >
> >
> > PRODUCT_BRAND := tk
> > PRODUCT_NAME := tk
> > PRODUCT_DEVICE := g5
> >
> >
> out/target/product/g5/obj/SHARED_LIBRARIES/libaudioflinger_intermediates/AudioPolicyService.o:
> In function `AudioPolicyService':
> >
> /home/test/g5/rts_droid/frameworks/base/libs/audioflinger/AudioPolicyService.cpp:85:
> undefined reference to `createAudioPolicyManager'
> >
> >
> >
> >
> >
> /home/test/g5/rts_droid/frameworks/base/libs/audioflinger/AudioPolicyService.cpp:85:
> undefined reference to `createAudioPolicyManager'
> > collect2: ld returned 1 exit status
> > make: ***
> [out/target/product/g5/obj/SHARED_LIBRARIES/libaudioflinger_intermediates/LINKED/libaudioflinger.so]
> Error 1
> >
> >
> >
> >
> >
> >
> >
> >
>
> --
> unsubscribe: 
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
>
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to