<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_ltp/android/Android.mk, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/'/>
<entry>
<title>Convert to Soong</title>
<updated>2017-03-01T05:31:16+00:00</updated>
<author>
<name>Dan Willemsen</name>
<email>dwillemsen@google.com</email>
</author>
<published>2016-12-16T06:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=eb4fafa104a1af70d42fd2b9d0f388d46e2c9f5a'/>
<id>eb4fafa104a1af70d42fd2b9d0f388d46e2c9f5a</id>
<content type='text'>
See build/soong/README.md for more information.

All the code compilation has moved to Soong, but prebuilts remain in the
Android.mk / Android.ltp.mk, since prebuilts are still a WIP in Soong.
So the generator exports both bp and mk pieces (and a substantial
portion of it is identical between the two)..

VTS installation has moved to
test/vts/tools/build/tasks/vts_native_packages.mk, which includes the
generated android/ltp_package_list.mk to find all the LTP packages. This
is more reliable than before, since there was no dependency from the zip
file to any LTP files.

Test: mmma -j external/ltp
Test: m -j ltp
Test: m -j out/host/linux-x86/vts/android-vts.zip
Change-Id: I5be27ac9f0da5e17d0729ef0dc80ce6f54b10ef1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See build/soong/README.md for more information.

All the code compilation has moved to Soong, but prebuilts remain in the
Android.mk / Android.ltp.mk, since prebuilts are still a WIP in Soong.
So the generator exports both bp and mk pieces (and a substantial
portion of it is identical between the two)..

VTS installation has moved to
test/vts/tools/build/tasks/vts_native_packages.mk, which includes the
generated android/ltp_package_list.mk to find all the LTP packages. This
is more reliable than before, since there was no dependency from the zip
file to any LTP files.

Test: mmma -j external/ltp
Test: m -j ltp
Test: m -j out/host/linux-x86/vts/android-vts.zip
Change-Id: I5be27ac9f0da5e17d0729ef0dc80ce6f54b10ef1
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't assume OUT_DIR is not overridden.  This fixes build when OUT_DIR</title>
<updated>2017-01-25T01:46:18+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-01-25T01:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=63eb6759f7a04b7717a47eb48e16b9f04c237749'/>
<id>63eb6759f7a04b7717a47eb48e16b9f04c237749</id>
<content type='text'>
is outside the toplevel source tree.

Test: make -j49 showcommands dist checkbuild
BUG: 34690048
Change-Id: I7e123e5eb1327096870f95daff502a2cdcbf9554
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is outside the toplevel source tree.

Test: make -j49 showcommands dist checkbuild
BUG: 34690048
Change-Id: I7e123e5eb1327096870f95daff502a2cdcbf9554
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build warning for fugu and other devices with single arc</title>
<updated>2016-12-21T19:06:11+00:00</updated>
<author>
<name>Yuexi Ma</name>
<email>yuexima@google.com</email>
</author>
<published>2016-10-21T01:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=a1bb8e91bdafe29768095a4867151e1c4ea1c714'/>
<id>a1bb8e91bdafe29768095a4867151e1c4ea1c714</id>
<content type='text'>
Bug: 30355240
Test: make vts; vts-tradefed; run vts
Change-Id: I0d8e3e1973d93d1de7e723b2f6326e42197462fc
(cherry picked from commit ef16c25fd473af5fa1e55b02532285e341db232d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 30355240
Test: make vts; vts-tradefed; run vts
Change-Id: I0d8e3e1973d93d1de7e723b2f6326e42197462fc
(cherry picked from commit ef16c25fd473af5fa1e55b02532285e341db232d)
</pre>
</div>
</content>
</entry>
<entry>
<title>Move test script generator to vts</title>
<updated>2016-10-11T00:26:02+00:00</updated>
<author>
<name>Yuexi Ma</name>
<email>yuexima@google.com</email>
</author>
<published>2016-10-11T00:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=5eca35a0f3026c8dcadfc3174610e7a31a8c2a90'/>
<id>5eca35a0f3026c8dcadfc3174610e7a31a8c2a90</id>
<content type='text'>
Test: local
Change-Id: I5c193e794a962e0ec2e2ba9eca477e950a6ac751
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: local
Change-Id: I5c193e794a962e0ec2e2ba9eca477e950a6ac751
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy LTP run scripts and configs to vts directory from Android.mk</title>
<updated>2016-10-10T23:42:23+00:00</updated>
<author>
<name>Yuexi Ma</name>
<email>yuexima@google.com</email>
</author>
<published>2016-10-10T22:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=902d49870e48342d7b7fbfad1c990945ce9bb570'/>
<id>902d49870e48342d7b7fbfad1c990945ce9bb570</id>
<content type='text'>
Test: local
Change-Id: Ie307b301012c19f374bf542469f11d7239ac5ec4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: local
Change-Id: Ie307b301012c19f374bf542469f11d7239ac5ec4
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite LTP Android.mk module generator</title>
<updated>2016-09-12T19:47:35+00:00</updated>
<author>
<name>Yuexi Ma</name>
<email>yuexima@google.com</email>
</author>
<published>2016-09-10T02:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=7086b40fbaf278f8af6d37ce55e196ea8c654d27'/>
<id>7086b40fbaf278f8af6d37ce55e196ea8c654d27</id>
<content type='text'>
1. rewrite python scripts to classes
2. add docstring
3. use file read/write instead of pipeline
4. separate the steps of dumping make command output and parsing the output

Change-Id: I959243c864bd6fd5acb64be0ed16dc7dcd867ead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. rewrite python scripts to classes
2. add docstring
3. use file read/write instead of pipeline
4. separate the steps of dumping make command output and parsing the output

Change-Id: I959243c864bd6fd5acb64be0ed16dc7dcd867ead
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all the android related files inside android dir</title>
<updated>2016-09-09T22:59:39+00:00</updated>
<author>
<name>Yuexi Ma</name>
<email>yuexima@google.com</email>
</author>
<published>2016-09-09T22:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_ltp/commit/?id=56d3e0ca81bf49591441ac26f351d96a80fc4f17'/>
<id>56d3e0ca81bf49591441ac26f351d96a80fc4f17</id>
<content type='text'>
Change-Id: I0f25fbba8187f5dd5328e09a90daf0ea8ca63af6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0f25fbba8187f5dd5328e09a90daf0ea8ca63af6
</pre>
</div>
</content>
</entry>
</feed>
