Bug 47939 - Fix code autogen for the Android platform
Summary: Fix code autogen for the Android platform
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://cgit.collabora.com/git/user/as...
Whiteboard: review+
Keywords: patch
Depends on:
Blocks:
 
Reported: 2012-03-27 05:08 UTC by Alvaro Soliverez
Modified: 2012-03-27 07:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alvaro Soliverez 2012-03-27 05:08:03 UTC
Have the Android target depend on the generated code
    
    Previously, the code autogeneration was executed manually from the
    Android.mk. This proved to be prone to errors, and having the Android.mk
    target in Makefile.am is much more standard and it works fine.
    Therefore, we removed the statement from Android.mk and added the target
    dependency.
Comment 1 Jonny Lamb 2012-03-27 07:10:00 UTC
Yeah this looks okay.
Comment 2 Alvaro Soliverez 2012-03-27 07:15:04 UTC
commit 234bf108287a72e86a95357a38372f40d713bf1a
Author: Alvaro Soliverez <alvaro.soliverez@collabora.co.uk>
Date:   Tue Mar 27 08:45:31 2012 -0300

    Have the Android target depend on the generated code
    
    Previously, the code autogeneration was executed manually from the
    Android.mk. This proved to be prone to errors, and having the Android.mk
    target in Makefile.am is much more standard and it works fine.
    Therefore, we removed the statement from Android.mk and added the target
    dependency.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.