OSDN Git Service

android-x86/build.git
10 years agoam 5430aeab: am cbea143e: am 019891c1: am fc9cd4f5: Create an empty zip file if no...
Ying Wang [Thu, 29 Aug 2013 05:18:29 +0000 (22:18 -0700)]
am 5430aeab: am cbea143e: am 019891c1: am fc9cd4f5: Create an empty zip file if no dict file found.

* commit '5430aeab36f6c2d2a8ee0cdf3f5fbc0f15dd6dcf':
  Create an empty zip file if no dict file found.

10 years agoam cbea143e: am 019891c1: am fc9cd4f5: Create an empty zip file if no dict file found.
Ying Wang [Thu, 29 Aug 2013 05:16:56 +0000 (22:16 -0700)]
am cbea143e: am 019891c1: am fc9cd4f5: Create an empty zip file if no dict file found.

* commit 'cbea143e94409ef941bbfb6c276d26199da46119':
  Create an empty zip file if no dict file found.

10 years agoam 019891c1: am fc9cd4f5: Create an empty zip file if no dict file found.
Ying Wang [Thu, 29 Aug 2013 05:14:21 +0000 (22:14 -0700)]
am 019891c1: am fc9cd4f5: Create an empty zip file if no dict file found.

* commit '019891c1b858e571edd748e884b18d22d8efd10a':
  Create an empty zip file if no dict file found.

10 years agoam fc9cd4f5: Create an empty zip file if no dict file found.
Ying Wang [Thu, 29 Aug 2013 05:11:44 +0000 (22:11 -0700)]
am fc9cd4f5: Create an empty zip file if no dict file found.

* commit 'fc9cd4f5c17eb51f09bb3fe14526894c7fa33ba6':
  Create an empty zip file if no dict file found.

10 years agoCreate an empty zip file if no dict file found.
Ying Wang [Thu, 29 Aug 2013 01:38:25 +0000 (18:38 -0700)]
Create an empty zip file if no dict file found.

Instead of touch an empty file.

Change-Id: Ifa8bb04cea6fc0fc3165337f6815d5976bac677d
(cherry picked from commit c62c92c3d737304cbd38e99e92f29e193b15b7c8)

10 years agoam c62c92c3: Create an empty zip file if no dict file found.
Ying Wang [Thu, 29 Aug 2013 01:43:32 +0000 (18:43 -0700)]
am c62c92c3: Create an empty zip file if no dict file found.

* commit 'c62c92c3d737304cbd38e99e92f29e193b15b7c8':
  Create an empty zip file if no dict file found.

10 years agoCreate an empty zip file if no dict file found.
Ying Wang [Thu, 29 Aug 2013 01:38:25 +0000 (18:38 -0700)]
Create an empty zip file if no dict file found.

Instead of touch an empty file.

Change-Id: Ifa8bb04cea6fc0fc3165337f6815d5976bac677d

10 years agoam 37b82aac: Skip compiling Java if an apk has no Java code.
Ying Wang [Thu, 29 Aug 2013 00:34:24 +0000 (17:34 -0700)]
am 37b82aac: Skip compiling Java if an apk has no Java code.

* commit '37b82aacd958ee5b820d0058a808e8f13e9b22bb':
  Skip compiling Java if an apk has no Java code.

10 years agoSkip compiling Java if an apk has no Java code.
Ying Wang [Thu, 29 Aug 2013 00:28:36 +0000 (17:28 -0700)]
Skip compiling Java if an apk has no Java code.

Change-Id: Iee204e03ad5bc8ce5c3b4b3863c19c89184826e2

10 years agoam 990cf5e5: Better handle of need_compile_java.
Ying Wang [Wed, 28 Aug 2013 21:09:39 +0000 (14:09 -0700)]
am 990cf5e5: Better handle of need_compile_java.

* commit '990cf5e57d5f3e454dd60f1d532f4dabe92a1b32':
  Better handle of need_compile_java.

10 years agoBetter handle of need_compile_java.
Ying Wang [Wed, 28 Aug 2013 20:04:46 +0000 (13:04 -0700)]
Better handle of need_compile_java.

Change-Id: I609a27e2b35b08962243b6516c6c525c0c938d3c

10 years agoam db4113fd: am d58df2de: Merge "Re-tighten default compiler options."
Ben Cheng [Wed, 28 Aug 2013 18:32:25 +0000 (11:32 -0700)]
am db4113fd: am d58df2de: Merge "Re-tighten default compiler options."

* commit 'db4113fdcce77872cc4657d74ac4136b356de928':
  Re-tighten default compiler options.

10 years agoam d58df2de: Merge "Re-tighten default compiler options."
Ben Cheng [Wed, 28 Aug 2013 18:29:41 +0000 (11:29 -0700)]
am d58df2de: Merge "Re-tighten default compiler options."

* commit 'd58df2de78b798f8fc301afcfeb61f574629b8ce':
  Re-tighten default compiler options.

10 years agoMerge "Re-tighten default compiler options."
Ben Cheng [Wed, 28 Aug 2013 18:26:58 +0000 (18:26 +0000)]
Merge "Re-tighten default compiler options."

10 years agoam 576e0146: Make it a fatal error if no source files for Java module.
Ying Wang [Wed, 28 Aug 2013 18:26:37 +0000 (11:26 -0700)]
am 576e0146: Make it a fatal error if no source files for Java module.

* commit '576e0146a91f0f092cf67208c864ab9635b42222':
  Make it a fatal error if no source files for Java module.

10 years agoMake it a fatal error if no source files for Java module.
Ying Wang [Wed, 28 Aug 2013 18:16:06 +0000 (11:16 -0700)]
Make it a fatal error if no source files for Java module.

Change-Id: Ia04158c11381b6b1687b9d5c699a9ea8ae3cb317

10 years agoRe-tighten default compiler options.
Ben Cheng [Wed, 28 Aug 2013 18:00:54 +0000 (11:00 -0700)]
Re-tighten default compiler options.

Remove "-Wno-unused-parameter -Wno-unused-but-set-parameter" added for
GCC 4.8 experiment.

BUG: 10495043
(cherry picked from internal master 1cea0755f400c1d183d22679d5b931c3a04ae4a4)

Change-Id: Ifa221709b1351a9268c06872e2b667138995c3da

10 years agoam 5711d73e: Merge "Docs: Fixing link from logo in PDK Bug: 9177537 Staging location...
Clay Murphy [Wed, 28 Aug 2013 15:59:19 +0000 (08:59 -0700)]
am 5711d73e: Merge "Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: claym.mtv.corp.google.com:8083/guide/getting_started.html" into klp-dev

* commit '5711d73ed04e1c8d3c877565796a632c14a2b5fb':
  Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: http://claym.mtv.corp.google.com:8083/guide/getting_started.html

10 years agoMerge "Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: http://claym...
Clay Murphy [Wed, 28 Aug 2013 15:56:35 +0000 (15:56 +0000)]
Merge "Docs: Fixing link from logo in PDK Bug: 9177537 Staging location: claym.mtv.corp.google.com:8083/guide/getting_started.html" into klp-dev

10 years agoDocs: Fixing link from logo in PDK
Clay Murphy [Tue, 27 Aug 2013 23:04:35 +0000 (16:04 -0700)]
Docs: Fixing link from logo in PDK
Bug: 9177537
Staging location:
http://claym.mtv.corp.google.com:8083/guide/getting_started.html

Change-Id: I4c4708a168688fdfc79468b955115d7f37df1bc2

10 years agoam 5a4cc0da: Merge "fix uses of grep in envsetup.h" into klp-dev
Mathias Agopian [Tue, 27 Aug 2013 22:11:10 +0000 (15:11 -0700)]
am 5a4cc0da: Merge "fix uses of grep in envsetup.h" into klp-dev

* commit '5a4cc0da02e2e2bfde7b07b612d57eecd8ade64e':
  fix uses of grep in envsetup.h

10 years agoMerge "fix uses of grep in envsetup.h" into klp-dev
Mathias Agopian [Tue, 27 Aug 2013 22:09:01 +0000 (22:09 +0000)]
Merge "fix uses of grep in envsetup.h" into klp-dev

10 years agoam 495f6840: In apps_only build dist a module only if it has a BUILT file.
Ying Wang [Tue, 27 Aug 2013 22:07:53 +0000 (15:07 -0700)]
am 495f6840: In apps_only build dist a module only if it has a BUILT file.

* commit '495f68402493de82606b8c06213bae5bb1156a8b':
  In apps_only build dist a module only if it has a BUILT file.

10 years agoIn apps_only build dist a module only if it has a BUILT file.
Ying Wang [Tue, 27 Aug 2013 22:04:57 +0000 (15:04 -0700)]
In apps_only build dist a module only if it has a BUILT file.

This allows you to specify a PHONY target in TARGET_BUILD_APPS.

Change-Id: Idd813cd0dbdb14c705fbd3187596d4c64b99d045

10 years agofix uses of grep in envsetup.h
Mathias Agopian [Tue, 27 Aug 2013 21:15:50 +0000 (14:15 -0700)]
fix uses of grep in envsetup.h

make sure we don't use a grep alias if one exists.

Change-Id: Id8e394f5889d9a5f1d320ecb289c974da8f14207

10 years agoam 10d2e0cd: Remove the vendor-specific vars from the protected list.
Ying Wang [Mon, 26 Aug 2013 22:05:47 +0000 (15:05 -0700)]
am 10d2e0cd: Remove the vendor-specific vars from the protected list.

* commit '10d2e0cd9119d25ba58d27004c18f4b894992a80':
  Remove the vendor-specific vars from the protected list.

10 years agoam 5d2a0a0b: am 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code...
Dirk Dougherty [Mon, 26 Aug 2013 22:04:29 +0000 (15:04 -0700)]
am 5d2a0a0b: am 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.

* commit '5d2a0a0ba7df0338e6dc1a4ee359abc69478553e':
  Add breadcrumb for sample code html pages.

10 years agoam 62c81f82: Collect NOTICE files for apps_only build.
Ying Wang [Mon, 26 Aug 2013 22:04:13 +0000 (15:04 -0700)]
am 62c81f82: Collect NOTICE files for apps_only build.

* commit '62c81f821f3675ea57485bfa6cb3320b7178759e':
  Collect NOTICE files for apps_only build.

10 years agoam b6cf5b2f: am b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store proguard...
Ying Wang [Mon, 26 Aug 2013 22:01:13 +0000 (15:01 -0700)]
am b6cf5b2f: am b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit 'b6cf5b2f41d460405a0a22812255b2700a79fb20':
  Collect and store proguard obfuscation dictionary files.

10 years agoam 27f2cfb7: am 29695daa: am 653a037d: am 638ce57a: Treat LOCAL_APK_LIBRARIES like...
Ying Wang [Mon, 26 Aug 2013 22:00:57 +0000 (15:00 -0700)]
am 27f2cfb7: am 29695daa: am 653a037d: am 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java libraries.

* commit '27f2cfb72e932a3ccbb592ef9b75e37542ceabc4':
  Treat LOCAL_APK_LIBRARIES like shared Java libraries.

10 years agoRemove the vendor-specific vars from the protected list.
Ying Wang [Mon, 26 Aug 2013 21:57:52 +0000 (14:57 -0700)]
Remove the vendor-specific vars from the protected list.

Change-Id: I915a61034c9c3e2b886f609c4b8f4043e97bda61

10 years agoam f482fa84: am d7a9f708: Merge "Hmm, contrary to Deckard\'s assurances, this broke...
Geremy Condra [Mon, 26 Aug 2013 21:49:45 +0000 (14:49 -0700)]
am f482fa84: am d7a9f708: Merge "Hmm, contrary to Deckard\'s assurances, this broke internally. Reverting."

* commit 'f482fa848055925d8abe4a8a7f4801bc6c8fc291':
  Hmm, contrary to Deckard's assurances, this broke internally. Reverting.

10 years agoam d7a9f708: Merge "Hmm, contrary to Deckard\'s assurances, this broke internally...
Geremy Condra [Mon, 26 Aug 2013 21:47:33 +0000 (14:47 -0700)]
am d7a9f708: Merge "Hmm, contrary to Deckard\'s assurances, this broke internally. Reverting."

* commit 'd7a9f708870ebd82bc57e478541068bb7ed987c4':
  Hmm, contrary to Deckard's assurances, this broke internally. Reverting.

10 years agoMerge "Hmm, contrary to Deckard's assurances, this broke internally. Reverting."
Geremy Condra [Mon, 26 Aug 2013 21:45:52 +0000 (21:45 +0000)]
Merge "Hmm, contrary to Deckard's assurances, this broke internally. Reverting."

10 years agoHmm, contrary to Deckard's assurances, this broke internally. Reverting.
Geremy Condra [Mon, 26 Aug 2013 21:27:56 +0000 (21:27 +0000)]
Hmm, contrary to Deckard's assurances, this broke internally. Reverting.

Change-Id: I0d7892cd619e742fb5d6b1bda6d0dba7d6cd47bf

10 years agoam 2724d8c4: am d5ec4db7: Merge "Add sepolicy_version to PRODUCT_PACKAGES"
Geremy Condra [Mon, 26 Aug 2013 21:20:38 +0000 (14:20 -0700)]
am 2724d8c4: am d5ec4db7: Merge "Add sepolicy_version to PRODUCT_PACKAGES"

* commit '2724d8c4ac1a8eea593425d682e7244a8e5cc9da':
  Add sepolicy_version to PRODUCT_PACKAGES

10 years agoam d5ec4db7: Merge "Add sepolicy_version to PRODUCT_PACKAGES"
Geremy Condra [Mon, 26 Aug 2013 21:18:41 +0000 (14:18 -0700)]
am d5ec4db7: Merge "Add sepolicy_version to PRODUCT_PACKAGES"

* commit 'd5ec4db790c59980ed6e38ebed32e89bca8ee13f':
  Add sepolicy_version to PRODUCT_PACKAGES

10 years agoMerge "Add sepolicy_version to PRODUCT_PACKAGES"
Geremy Condra [Mon, 26 Aug 2013 21:16:34 +0000 (21:16 +0000)]
Merge "Add sepolicy_version to PRODUCT_PACKAGES"

10 years agoam 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.
Dirk Dougherty [Mon, 26 Aug 2013 18:56:37 +0000 (11:56 -0700)]
am 13ab927a: am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.

* commit '13ab927a81256c8cb03bcbd31344ae979ab78617':
  Add breadcrumb for sample code html pages.

10 years agoam 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.
Dirk Dougherty [Mon, 26 Aug 2013 18:54:33 +0000 (11:54 -0700)]
am 2747bec3: am 981effcc: Add breadcrumb for sample code html pages.

* commit '2747bec31735e212a345865b4cb42dfc2bae7800':
  Add breadcrumb for sample code html pages.

10 years agoam 981effcc: Add breadcrumb for sample code html pages.
Dirk Dougherty [Mon, 26 Aug 2013 18:52:05 +0000 (11:52 -0700)]
am 981effcc: Add breadcrumb for sample code html pages.

* commit '981effcc96fd7ea0b6b03546701e56dff52500d0':
  Add breadcrumb for sample code html pages.

10 years agoAdd breadcrumb for sample code html pages.
Dirk Dougherty [Fri, 23 Aug 2013 04:26:54 +0000 (21:26 -0700)]
Add breadcrumb for sample code html pages.

Change-Id: Iaec2e2686ce2fba4169f0d2ee80c122c6ae55bee

10 years agoCollect NOTICE files for apps_only build.
Ying Wang [Fri, 23 Aug 2013 03:02:03 +0000 (20:02 -0700)]
Collect NOTICE files for apps_only build.

In apps_only build (after running tapas or exporting TARGET_BUILD_APPS),
run "make notice_files" to collect and combine the NOTICE files of
modules that are needed by the apps.

Bug: 10445634
Change-Id: I6555bba1104e43b48c723c82143c46d444a75e80

10 years agoam b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation...
Ying Wang [Fri, 23 Aug 2013 19:19:48 +0000 (12:19 -0700)]
am b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit 'b88ca53a465ef004a60ceb9c4c641c3c997edeb5':
  Collect and store proguard obfuscation dictionary files.

10 years agoam ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation dictionary...
Ying Wang [Fri, 23 Aug 2013 19:18:11 +0000 (12:18 -0700)]
am ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit 'ddce2eb007c97b8ca94bc7b3190a83006df0c187':
  Collect and store proguard obfuscation dictionary files.

10 years agoam de32713f: Merge "Collect and store proguard obfuscation dictionary files." into...
Ying Wang [Fri, 23 Aug 2013 19:16:16 +0000 (12:16 -0700)]
am de32713f: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit 'de32713f47b33c6d4c0bb4c8943e1eccf81aa0c5':
  Collect and store proguard obfuscation dictionary files.

10 years agoMerge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev
Ying Wang [Fri, 23 Aug 2013 19:14:20 +0000 (19:14 +0000)]
Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

10 years agoCollect and store proguard obfuscation dictionary files.
Ying Wang [Fri, 23 Aug 2013 03:52:47 +0000 (20:52 -0700)]
Collect and store proguard obfuscation dictionary files.

Collect and store proguard obfuscation dictionary files.
Only do this for apps_only build for now.

Bug: 9407666
Change-Id: I51c78bf0f42f959dc920de230e60e0f71ed0d0ea

10 years agoam 29695daa: am 653a037d: am 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java...
Ying Wang [Fri, 23 Aug 2013 19:10:20 +0000 (12:10 -0700)]
am 29695daa: am 653a037d: am 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java libraries.

* commit '29695daa9734a8dfb516b7ff2e35b2b263e6b37b':
  Treat LOCAL_APK_LIBRARIES like shared Java libraries.

10 years agoam 653a037d: am 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java libraries.
Ying Wang [Fri, 23 Aug 2013 19:07:45 +0000 (12:07 -0700)]
am 653a037d: am 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java libraries.

* commit '653a037d70d770d2fc03d4f205a9c626af5f5c76':
  Treat LOCAL_APK_LIBRARIES like shared Java libraries.

10 years agoam 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java libraries.
Ying Wang [Fri, 23 Aug 2013 19:03:47 +0000 (12:03 -0700)]
am 638ce57a: Treat LOCAL_APK_LIBRARIES like shared Java libraries.

* commit '638ce57a5848c10d781502bf198a2b93aeb58a7a':
  Treat LOCAL_APK_LIBRARIES like shared Java libraries.

10 years agoTreat LOCAL_APK_LIBRARIES like shared Java libraries.
Ying Wang [Fri, 23 Aug 2013 18:59:49 +0000 (11:59 -0700)]
Treat LOCAL_APK_LIBRARIES like shared Java libraries.

This fix proguard build.
Bug: 10307372

Change-Id: Id99d6e903077b4bacdea2e68cbb78e46a4a6afb8

10 years agoam c3e977ac: am 2363485c: am 06de9f94: am 8709497e: Merge "Revert "Collect and store...
Ying Wang [Fri, 23 Aug 2013 17:21:06 +0000 (10:21 -0700)]
am c3e977ac: am 2363485c: am 06de9f94: am 8709497e: Merge "Revert "Collect and store proguard obfuscation dictionary files."" into jb-mr2-dev

* commit 'c3e977acf150c54a73d7a4cd7f5d47474a122a66':
  Revert "Collect and store proguard obfuscation dictionary files."

10 years agoam 2363485c: am 06de9f94: am 8709497e: Merge "Revert "Collect and store proguard...
Ying Wang [Fri, 23 Aug 2013 17:17:47 +0000 (10:17 -0700)]
am 2363485c: am 06de9f94: am 8709497e: Merge "Revert "Collect and store proguard obfuscation dictionary files."" into jb-mr2-dev

* commit '2363485c2fb3f08d36e8cdbb2240b9c3993b470c':
  Revert "Collect and store proguard obfuscation dictionary files."

10 years agoam 58ad7061: am 93b95dc4: am aa87a11d: am afd7457a: Merge "Collect and store proguard...
Ying Wang [Fri, 23 Aug 2013 17:17:36 +0000 (10:17 -0700)]
am 58ad7061: am 93b95dc4: am aa87a11d: am afd7457a: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit '58ad70618d4d21f16ffe89c1e0eea7e35eae918b':
  Collect and store proguard obfuscation dictionary files.

10 years agoam c5b72527: am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscat...
Ying Wang [Fri, 23 Aug 2013 17:17:35 +0000 (10:17 -0700)]
am c5b72527: am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.

* commit 'c5b72527d30602568dad9fd310e82b6b12fc1106':
  Make it easier to enable obfuscation and optimization.

10 years agoam 06de9f94: am 8709497e: Merge "Revert "Collect and store proguard obfuscation dicti...
Ying Wang [Fri, 23 Aug 2013 17:14:48 +0000 (10:14 -0700)]
am 06de9f94: am 8709497e: Merge "Revert "Collect and store proguard obfuscation dictionary files."" into jb-mr2-dev

* commit '06de9f940c34b8ade1f1866fbc1c6b32f93277b4':
  Revert "Collect and store proguard obfuscation dictionary files."

10 years agoam 8709497e: Merge "Revert "Collect and store proguard obfuscation dictionary files...
Ying Wang [Fri, 23 Aug 2013 17:13:19 +0000 (10:13 -0700)]
am 8709497e: Merge "Revert "Collect and store proguard obfuscation dictionary files."" into jb-mr2-dev

* commit '8709497ed82800f399e99516df59afdb1bae8472':
  Revert "Collect and store proguard obfuscation dictionary files."

10 years agoam 93b95dc4: am aa87a11d: am afd7457a: Merge "Collect and store proguard obfuscation...
Ying Wang [Fri, 23 Aug 2013 17:12:26 +0000 (10:12 -0700)]
am 93b95dc4: am aa87a11d: am afd7457a: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit '93b95dc4b9f9b4e04e8a0fac25c958d5c52266e4':
  Collect and store proguard obfuscation dictionary files.

10 years agoam ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optim...
Ying Wang [Fri, 23 Aug 2013 17:12:26 +0000 (10:12 -0700)]
am ec3c15e5: am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.

* commit 'ec3c15e5c7c11cf3a831898f286c7eb7c216e50f':
  Make it easier to enable obfuscation and optimization.

10 years agoMerge "Revert "Collect and store proguard obfuscation dictionary files."" into jb...
Ying Wang [Fri, 23 Aug 2013 17:11:29 +0000 (17:11 +0000)]
Merge "Revert "Collect and store proguard obfuscation dictionary files."" into jb-mr2-dev

10 years agoRevert "Collect and store proguard obfuscation dictionary files."
Ying Wang [Fri, 23 Aug 2013 17:11:18 +0000 (17:11 +0000)]
Revert "Collect and store proguard obfuscation dictionary files."

This reverts commit 41dbe1e535c1aea9a4c4cec6be637fe1b882220b.

Change-Id: I023594779128083b75a069fd860cd29dd7951ef5

10 years agoam aa87a11d: am afd7457a: Merge "Collect and store proguard obfuscation dictionary...
Ying Wang [Fri, 23 Aug 2013 17:09:28 +0000 (10:09 -0700)]
am aa87a11d: am afd7457a: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit 'aa87a11dffec0ea58c93ab0dd23b067975a4c681':
  Collect and store proguard obfuscation dictionary files.

10 years agoam 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.
Ying Wang [Fri, 23 Aug 2013 17:09:27 +0000 (10:09 -0700)]
am 04c4d34d: am 7311a344: Make it easier to enable obfuscation and optimization.

* commit '04c4d34d4fdb56c824abf39239d2c87806706b7e':
  Make it easier to enable obfuscation and optimization.

10 years agoam afd7457a: Merge "Collect and store proguard obfuscation dictionary files." into...
Ying Wang [Fri, 23 Aug 2013 17:06:59 +0000 (10:06 -0700)]
am afd7457a: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

* commit 'afd7457adf844692b5de8f8d7eefedcc10dc7da1':
  Collect and store proguard obfuscation dictionary files.

10 years agoam 7311a344: Make it easier to enable obfuscation and optimization.
Ying Wang [Fri, 23 Aug 2013 17:06:58 +0000 (10:06 -0700)]
am 7311a344: Make it easier to enable obfuscation and optimization.

* commit '7311a344bed507062e781ba70331d85652c217d8':
  Make it easier to enable obfuscation and optimization.

10 years agoMerge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev
Ying Wang [Fri, 23 Aug 2013 17:05:31 +0000 (17:05 +0000)]
Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev

10 years agoAdd sepolicy_version to PRODUCT_PACKAGES
William Roberts [Sat, 11 May 2013 18:21:18 +0000 (11:21 -0700)]
Add sepolicy_version to PRODUCT_PACKAGES

Change-Id: I3d2652dd594d272507c0a1485e21227149ee4af7
Signed-off-by: William Roberts <wroberts@tresys.com>
10 years agoCollect and store proguard obfuscation dictionary files.
Ying Wang [Fri, 23 Aug 2013 03:52:47 +0000 (20:52 -0700)]
Collect and store proguard obfuscation dictionary files.

Collect and store proguard obfuscation dictionary files.
Only do this for apps_only build for now.

Bug: 9407666
Change-Id: I0324eed6bb236abb0d3725f8d2a0b6c5c31935fe

10 years agoam af57f8f8: Remove input flinger stubs. (DO NOT MERGE)
Jeff Brown [Fri, 23 Aug 2013 02:34:05 +0000 (19:34 -0700)]
am af57f8f8: Remove input flinger stubs.  (DO NOT MERGE)

* commit 'af57f8f8cd9e245331505b599dccfa3e9d43fc6a':
  Remove input flinger stubs.  (DO NOT MERGE)

10 years agoRemove input flinger stubs. (DO NOT MERGE)
Jeff Brown [Fri, 23 Aug 2013 01:37:11 +0000 (18:37 -0700)]
Remove input flinger stubs.  (DO NOT MERGE)

Bug: 10446930
Change-Id: Ifea564dce9b7b2f8a792dde4119316211febfd59

10 years agoMake it easier to enable obfuscation and optimization.
Ying Wang [Thu, 22 Aug 2013 01:32:49 +0000 (18:32 -0700)]
Make it easier to enable obfuscation and optimization.

With this change, use:
* LOCAL_PROGUARD_ENABLED := obfuscation  # to enable obfuscation
* LOCAL_PROGUARD_ENABLED := optimization # to enable optimization
* LOCAL_PROGUARD_ENABLED := obfuscation optimization # to enable both

Now the meaning of the LOCAL_PROGUARD_ENABLED options:
* full:
    Use the build system's default configurations:
    with shrink but no obfuscation or optimization,
    global proguard flags in build/core/proguard.flags
    are applied.
* custom:
    The same as "full" except no aapt-generated resource-related
    proguard flags.
* nosystem:
    Don't use any build system's default configurations; but
    aapt-generated proguard flags are still applied. You are
    responsible for any other flags.
* disabled:
    Disable proguard.
* obfuscation:
    The same as "full" but with obfuscation enabled.
* optimization:
    The same as "full" but with optimization enabled.
* no value (the default):
    The build system chooses the proper value: "full" if it's an
    app; "disabled" if it's a library.

You can use more than 1 of them in a meaningful combination,
for example:
LOCAL_PROGUARD_ENABLED := obfuscation optimization

Bug: 10307372
Change-Id: Id248caca3048e99547f16559fae74f4afe85c354

10 years agoam bdee9fbe: am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from...
Scott Main [Thu, 22 Aug 2013 23:42:50 +0000 (16:42 -0700)]
am bdee9fbe: am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages

* commit 'bdee9fbe939d13e76cb45aabbcc85a22551ae297':
  remove project structure from sample landing pages

10 years agoam 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing...
Scott Main [Thu, 22 Aug 2013 23:39:35 +0000 (16:39 -0700)]
am 504dbfc3: am fc8140d3: am d4645ea9: remove project structure from sample landing pages

* commit '504dbfc3b984e3e7981acba8f0b6e65348838bcd':
  remove project structure from sample landing pages

10 years agoam fc8140d3: am d4645ea9: remove project structure from sample landing pages
Scott Main [Thu, 22 Aug 2013 23:37:41 +0000 (16:37 -0700)]
am fc8140d3: am d4645ea9: remove project structure from sample landing pages

* commit 'fc8140d32afaef4e7af2a76480452aa3ca0009cc':
  remove project structure from sample landing pages

10 years agoam d4645ea9: remove project structure from sample landing pages
Scott Main [Thu, 22 Aug 2013 23:36:20 +0000 (16:36 -0700)]
am d4645ea9: remove project structure from sample landing pages

* commit 'd4645ea9d483525175d3d65e7ca90d018f9aa8e9':
  remove project structure from sample landing pages

10 years agoam 1ebd160a: am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample templa...
Scott Main [Thu, 22 Aug 2013 23:34:00 +0000 (16:34 -0700)]
am 1ebd160a: am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit '1ebd160a823668d42a3f8216370035da2b8e7d36':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam ac2fbe85: am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav...
Scott Main [Thu, 22 Aug 2013 23:34:00 +0000 (16:34 -0700)]
am ac2fbe85: am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit 'ac2fbe8507f7295681a528e6858a0fb6676f7324':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoam c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files...
Scott Main [Thu, 22 Aug 2013 23:32:12 +0000 (16:32 -0700)]
am c120c3fe: am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit 'c120c3fecb193835d56beec245913111f2fc8e41':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples....
Scott Main [Thu, 22 Aug 2013 23:32:12 +0000 (16:32 -0700)]
am f1d5a3b1: am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit 'f1d5a3b117ca827c26d901875ac69e2fde0fb106':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoremove project structure from sample landing pages
Scott Main [Thu, 22 Aug 2013 23:25:15 +0000 (16:25 -0700)]
remove project structure from sample landing pages

Change-Id: I646aa996ce518421567c09bbb3a0cd8b4875d530

10 years agoam 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused...
Scott Main [Thu, 22 Aug 2013 23:28:13 +0000 (16:28 -0700)]
am 1ef0d363: am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit '1ef0d36382388e51d011d2dd481d11750a4a858a':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, click...
Scott Main [Thu, 22 Aug 2013 23:28:13 +0000 (16:28 -0700)]
am 2b9846d9: am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit '2b9846d9d1c075068d192f75f73f44896c95b7db':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoam 285f0772: Merge "clean up the sample template files to remove unused stuff and...
Scott Main [Thu, 22 Aug 2013 23:23:48 +0000 (16:23 -0700)]
am 285f0772: Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

* commit '285f07722d86f422166811ffc810535a97c1eb1e':
  clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav

10 years agoam f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link...
Scott Main [Thu, 22 Aug 2013 23:23:47 +0000 (16:23 -0700)]
am f0093857: fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

* commit 'f009385738c8201e8a964a567acb59ee14fc2116':
  fix a couple bugs in sidenav for samples. Previously, clicking a link still invoked the expand collapse behavior. Previously, collapsing a parent item did not also collapse its children.

10 years agoMerge "clean up the sample template files to remove unused stuff and fix the collapsi...
Scott Main [Thu, 22 Aug 2013 23:22:09 +0000 (23:22 +0000)]
Merge "clean up the sample template files to remove unused stuff and fix the collapsible project list and highlight the Samples nav" into jb-mr2-docs

10 years agoclean up the sample template files to remove unused stuff
Scott Main [Thu, 22 Aug 2013 23:03:21 +0000 (16:03 -0700)]
clean up the sample template files to remove unused stuff
and fix the collapsible project list
and highlight the Samples nav

Change-Id: I8baf5874ae709c914aae47ffb04fc8e0b84e8dea

10 years agofix a couple bugs in sidenav for samples.
Scott Main [Thu, 22 Aug 2013 18:37:11 +0000 (11:37 -0700)]
fix a couple bugs in sidenav for samples.
Previously, clicking a link still invoked the expand collapse behavior.
Previously, collapsing a parent item did not also collapse its children.

Change-Id: Iac0b9208bfbab79e9715850f9a192c22250d0673

10 years agoam 40371463: am fa704681: am a320b99a: am 498d710a: modify sample template and add...
Scott Main [Thu, 22 Aug 2013 02:18:48 +0000 (19:18 -0700)]
am 40371463: am fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and ma

* commit '40371463865331f3d7604891bb70c0a37dbf36ae':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.

10 years agoam fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script...
Scott Main [Thu, 22 Aug 2013 00:44:52 +0000 (17:44 -0700)]
am fa704681: am a320b99a: am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-

* commit 'fa704681f9109eb25e19ab4eeb53636e92501c55':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.

10 years agoam a320b99a: am 498d710a: modify sample template and add new css/script for new numbe...
Scott Main [Wed, 21 Aug 2013 23:31:52 +0000 (16:31 -0700)]
am a320b99a: am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. A

* commit 'a320b99a2db0f038c122a3ab712adf231b99f380':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.

10 years agoam 498d710a: modify sample template and add new css/script for new numbered code...
Scott Main [Wed, 21 Aug 2013 23:28:57 +0000 (16:28 -0700)]
am 498d710a: modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes

* commit '498d710a4f66ec8b6fff4c965235f226b56cd2dd':
  modify sample template and add new css/script for new numbered code. The line numbers are included inside the <pre> block initially, but hidden, so this script moves the numbers to a separate block on the left and makes them non-selectable. Also includes script for features like single-click to highlight a line of code and double-click to invoke the link for that line.

10 years agomodify sample template and add new css/script for new numbered code.
Scott Main [Wed, 21 Aug 2013 22:47:38 +0000 (15:47 -0700)]
modify sample template and add new css/script for new numbered code.
The line numbers are included inside the <pre> block initially, but
hidden, so this script moves the numbers to a separate block on
the left and makes them non-selectable. Also includes script for
features like single-click to highlight a line of code and double-click
to invoke the link for that line.

Change-Id: I17ebb1255ff036948028b4722cc8e9758fb96553

10 years agoam a01ec9bb: Add New languages.
Baligh Uddin [Wed, 21 Aug 2013 19:46:51 +0000 (12:46 -0700)]
am a01ec9bb: Add New languages.

* commit 'a01ec9bbdd3fe554e00fdd79b5f1ad063c477581':
  Add New languages.

10 years agoam ac2cb396: am 929b3a24: Merge "Adding the missing audio files into the SDK system...
Ying Wang [Wed, 21 Aug 2013 19:46:09 +0000 (12:46 -0700)]
am ac2cb396: am 929b3a24: Merge "Adding the missing audio files into the SDK system image"

* commit 'ac2cb3965076c30698190769eb6606fde111748b':
  Adding the missing audio files into the SDK system image

10 years agoAdd New languages.
Baligh Uddin [Wed, 21 Aug 2013 19:44:02 +0000 (12:44 -0700)]
Add New languages.

Bug: 10246852

10 years agoam 929b3a24: Merge "Adding the missing audio files into the SDK system image"
Ying Wang [Wed, 21 Aug 2013 19:43:55 +0000 (12:43 -0700)]
am 929b3a24: Merge "Adding the missing audio files into the SDK system image"

* commit '929b3a24b0c1b1ff2488ef08f05040c63aeaa9ed':
  Adding the missing audio files into the SDK system image

10 years agoMerge "Adding the missing audio files into the SDK system image"
Ying Wang [Wed, 21 Aug 2013 19:42:14 +0000 (19:42 +0000)]
Merge "Adding the missing audio files into the SDK system image"

10 years agoam 0735c5f0: Remove ApplicationsProvider.
Mathew Inwood [Wed, 21 Aug 2013 17:13:33 +0000 (10:13 -0700)]
am 0735c5f0: Remove ApplicationsProvider.

* commit '0735c5f08cd6dd617965c57ca5607b2c26c7ca6e':
  Remove ApplicationsProvider.

10 years agoRemove ApplicationsProvider.
Mathew Inwood [Wed, 21 Aug 2013 10:13:18 +0000 (11:13 +0100)]
Remove ApplicationsProvider.

ApplicationsProvider is going away since it's no longer needed. Remove it
from the build config.

Also add cleansteps to remove the APK & intermediates.

Bug: 10407790
Change-Id: I0b273d22e309822fde6d753b541f7ac648607b4e